Emacs: Evil: Add hook to fix Edebug

master
Pierre Neidhardt 2017-07-27 16:31:17 +01:00
parent 2895ef418b
commit ba7e0c3b40
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@
(define-key evil-outer-text-objects-map "d" 'evil-a-defun)
(define-key evil-inner-text-objects-map "d" 'evil-inner-defun)
;; Without the hook, the Edebug keys (f, n, i, etc.) would get mixed up on initialization.
(add-hook 'edebug-mode-hook 'evil-normalize-keymaps)
(require 'init-evil-info)