diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 4528afc..893452b 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -167,7 +167,7 @@ This package implements hiding or abbreviation of the modeline displays (lighter #+end_src * EDIFF -'ediff' is a diff program that is built into Emacs. +'ediff' is a diff program that is built into Emacs. By default, 'ediff' splits files vertically and places the 'help' frame in its own window. I have changed this so the two files are split horizontally and the 'help' frame appears as a lower split within the existing window. Also, I create my own 'dt-ediff-hook' where I add 'j/k' for moving to next/prev diffs. By default, this is set to 'n/p'. #+begin_src emacs-lisp (setq ediff-split-window-function 'split-window-horizontally