summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-15 10:24:34 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-15 10:24:46 +0100
commit95119dd41c004ce41015aaf96d0a00a0d26524d6 (patch)
treeda8cf547c1481071d3e0d33238b7f15b5b047f81
parentb42e526f37276271f1d7ad3d66ccf8ac08dacb24 (diff)
downloaddotfiles-95119dd41c004ce41015aaf96d0a00a0d26524d6.tar.gz
set ediff-split-window-function
-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.")