summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el index 2e982df..0b973e5 100644 --- a/init.el +++ b/init.el
@@ -597,8 +597,11 @@ AKA, DO NOT USE THIS FUNCTION!!!"
597 cmd)))))) 597 cmd))))))
598 598
599(setup ediff 599(setup ediff
600 (:option ediff-window-setup-function #'ediff-setup-windows-plain 600 (:option ediff-diff-options "-w" ; ignore whitespace
601 ediff-split-window-function #'split-window-horizontally)) 601 ediff-window-setup-function #'ediff-setup-windows-plain
602 ediff-split-window-function #'split-window-horizontally)
603 ;; https://oremacs.com/2015/01/17/setting-up-ediff/
604 (add-hook 'ediff-after-quit-hook-internal #'winner-undo))
602 605
603(setup (:straight edit-indirect)) 606(setup (:straight edit-indirect))
604 607