Remove obsolete key bindings for ediff mode
I do not use them, and they cause byte-compiler warnings.
This commit is contained in:
parent
067a8cdacf
commit
51d6111b47
8
init.el
8
init.el
@ -1263,13 +1263,7 @@ point to the beginning of buffer first."
|
|||||||
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 (progn
|
:config (add-hook 'ediff-after-quit-hook-internal 'winner-undo))
|
||||||
(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)))
|
|
||||||
|
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user