Minor edits

This commit is contained in:
Derek Taylor
2023-11-17 19:10:02 -06:00
parent 0b4853887e
commit 82e1bbbd71

View File

@@ -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