Skip to content

Instantly share code, notes, and snippets.

@dmitrym0
Created January 19, 2024 18:13
Show Gist options
  • Save dmitrym0/840af2a21f86674cc1e2802f1c78aa96 to your computer and use it in GitHub Desktop.
Save dmitrym0/840af2a21f86674cc1e2802f1c78aa96 to your computer and use it in GitHub Desktop.
Prot's ediff setup
;; https://www.youtube.com/watch?v=pSvsAutseO0
(setq ediff-keep-variants nil)
(setq ediff-make-buffers-readonly-at-startup nil)
(setq ediff-merge-revisions-with-ancestor t)
(setq ediff-show-clashes-only t)
(setq ediff-split-window-function 'split-window-horizontally)
(setq ediff-window-setup-function 'ediff-setup-windows-plain)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment