From 0aa82e7ccf111eb2196b1c8fd312dac534849a07 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Sep 2025 17:37:32 +0200 Subject: [PATCH] Remove obsolete usage of `winner-mode` Using `tab-bar-history-mode` already. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 5c483b3..00c4395 100644 --- a/init.el +++ b/init.el @@ -450,9 +450,6 @@ split horizontally again, but this extra work should not matter much." which-key-side-window-max-height 0.25) :config (which-key-setup-side-window-bottom)) -(use-package winner - :commands (winner-mode winner-undo winner-redo)) - ;;* Basic External Packages @@ -3057,7 +3054,6 @@ Note that this workaround is incomplete, as explained in this comment." (electric-pair-mode +1) (recentf-mode +1) - (winner-mode +1) (tab-bar-history-mode +1) (global-auto-revert-mode -1) (which-function-mode +1)