From a567a3276f8d953c60b2ad9a25a6509a90f61034 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 27 Dec 2022 09:11:47 -0500 Subject: A few tiny tweaks --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 310dfde..e23653b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -272,8 +272,7 @@ (with-eval-after-load 'ediff (setq ediff-window-setup-function 'ediff-setup-windows-plain - ediff-split-window-function 'split-window-horizontally) - (add-hook 'ediff-after-quit-hook-internal #'winner-undo)) + ediff-split-window-function 'split-window-horizontally)) (with-eval-after-load 'face-remap (setq -- cgit v1.2.3-83-g751a