From eda24700293d6132ec338d5a060418e6ad333677 Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 16 Feb 2025 21:51:34 +0800 Subject: Add ediff config --- emacs/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index eed51ba..bcfd7a0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -925,6 +925,12 @@ necessary variables are set." :mode ((rx (or ".lisp" ".cl") eos) . common-lisp-mode)) +(use-package ediff + :defer t + :custom + (ediff-window-setup-function 'ediff-setup-windows-plain) + (ediff-split-window-function 'split-window-horizontally)) + (use-package proced :defer t :custom -- cgit 1.4.1-2-gfad0