mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Minor edits
This commit is contained in:
@@ -167,7 +167,7 @@ This package implements hiding or abbreviation of the modeline displays (lighter
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* EDIFF
|
* 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
|
#+begin_src emacs-lisp
|
||||||
(setq ediff-split-window-function 'split-window-horizontally
|
(setq ediff-split-window-function 'split-window-horizontally
|
||||||
|
|||||||
Reference in New Issue
Block a user