feature/evil: fix evil keybindings in help popups

This commit is contained in:
Henrik Lissner 2017-05-14 11:47:14 +02:00
parent a8ac2388d1
commit aba87b0916
2 changed files with 4 additions and 1 deletions

View file

@ -75,6 +75,8 @@
(dolist (mode '(tabulated-list-mode view-mode comint-mode term-mode calendar-mode Man-mode grep-mode))
(evil-set-initial-state mode 'emacs))
(dolist (mode '(help-mode))
(evil-set-initial-state mode 'normal))
;; make `try-expand-dabbrev' from `hippie-expand' work in mini-buffer
;; @see `he-dabbrev-beg', so we need re-define syntax for '/'