summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4cdae16f..306a56d7 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -223,6 +223,7 @@ windows side-by-side in the frame."
'(dired-omit-files "\\`[.]?#\\|\\`[.][.]?\\'\\|\\`\\.git\\'")
'(dired-recursive-copies 'always)
'(display-fill-column-indicator-character 32)
+ '(ediff-split-window-function 'split-window-horizontally)
'(emacs-lisp-docstring-fill-column 75)
'(enable-recursive-minibuffers t)
'(eshell-cmpl-cycle-completions nil nil nil "This makes Eshell completions a bit more like bash's.")