Remove obsolete key bindings for ediff mode

I do not use them, and they cause byte-compiler warnings.
This commit is contained in:
Daniel - 2023-10-28 18:51:17 +02:00
parent 067a8cdacf
commit 51d6111b47
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 7 deletions

View File

@ -1263,13 +1263,7 @@ point to the beginning of buffer first."
ediff-window-setup-function 'ediff-setup-windows-plain
ediff-split-window-function 'split-window-horizontally
ediff-show-clashes-only t)
:config (progn
(add-hook 'ediff-keymap-setup-hook
#'(lambda ()
(bind-key "j" #'ediff-next-difference ediff-mode-map)
(bind-key "k" #'ediff-previous-difference ediff-mode-map)))
(add-hook 'ediff-after-quit-hook-internal 'winner-undo)))
:config (add-hook 'ediff-after-quit-hook-internal 'winner-undo))
(use-package flycheck
:ensure t