Remove some more obsolete usages of winner-mode

This commit is contained in:
Daniel Borchmann 2025-09-27 17:42:03 +02:00
parent 2cfc6a479f
commit 95e74f79c6
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1575,7 +1575,7 @@ Note that this workaround is incomplete, as explained in this comment."
ediff-window-setup-function 'ediff-setup-windows-plain ediff-window-setup-function 'ediff-setup-windows-plain
ediff-split-window-function 'split-window-horizontally ediff-split-window-function 'split-window-horizontally
ediff-show-clashes-only t) 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 (use-package eldoc
:commands (global-eldoc-mode :commands (global-eldoc-mode
@ -3086,8 +3086,6 @@ Note that this workaround is incomplete, as explained in this comment."
;; Top-Level Keybindings ;; Top-Level Keybindings
(bind-key "<Scroll_Lock>" 'scroll-lock-mode) (bind-key "<Scroll_Lock>" 'scroll-lock-mode)
(bind-key "<XF86Back>" #'winner-undo)
(bind-key "<XF86Forward>" #'winner-redo)
(bind-key "<f1>" #'db/run-or-hide-project-eshell) (bind-key "<f1>" #'db/run-or-hide-project-eshell)
(bind-key "<f2>" #'db/frequently-used-features-prefix) (bind-key "<f2>" #'db/frequently-used-features-prefix)
(bind-key "<f5>" #'project-find-regexp) (bind-key "<f5>" #'project-find-regexp)