From 95e74f79c615afe54675978bda37fa61c6c185a7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Sep 2025 17:42:03 +0200 Subject: [PATCH] Remove some more obsolete usages of `winner-mode` --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index f69701e..712071e 100644 --- a/init.el +++ b/init.el @@ -1575,7 +1575,7 @@ Note that this workaround is incomplete, as explained in this comment." ediff-window-setup-function 'ediff-setup-windows-plain ediff-split-window-function 'split-window-horizontally ediff-show-clashes-only t) - :config (add-hook 'ediff-after-quit-hook-internal 'winner-undo)) + :config (add-hook 'ediff-after-quit-hook-internal 'tab-bar-history-back)) (use-package eldoc :commands (global-eldoc-mode @@ -3086,8 +3086,6 @@ Note that this workaround is incomplete, as explained in this comment." ;; Top-Level Keybindings (bind-key "" 'scroll-lock-mode) - (bind-key "" #'winner-undo) - (bind-key "" #'winner-redo) (bind-key "" #'db/run-or-hide-project-eshell) (bind-key "" #'db/frequently-used-features-prefix) (bind-key "" #'project-find-regexp)