Configure ediff

This commit is contained in:
Case Duckworth 2021-09-13 19:52:36 -05:00
parent 0a3b9b49f0
commit b6cc87ca38
1 changed files with 5 additions and 2 deletions

View File

@ -589,8 +589,11 @@ AKA, DO NOT USE THIS FUNCTION!!!"
cmd))))))
(setup ediff
(:option ediff-window-setup-function #'ediff-setup-windows-plain
ediff-split-window-function #'split-window-horizontally))
(:option ediff-diff-options "-w" ; ignore whitespace
ediff-window-setup-function #'ediff-setup-windows-plain
ediff-split-window-function #'split-window-horizontally)
;; https://oremacs.com/2015/01/17/setting-up-ediff/
(add-hook 'ediff-after-quit-hook-internal #'winner-undo))
(setup (:straight edit-indirect))