feature/evil: Info-mode initial state = normal
This commit is contained in:
parent
dd8aa48887
commit
f5f9a6af61
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
(add-hook 'evil-operator-state-exit-hook '+evil|show-paren-mode-off)
|
||||
(add-hook 'evil-normal-state-entry-hook '+evil|show-paren-mode-off)
|
||||
|
||||
(dolist (mode '(tabulated-list-mode Info-mode view-mode comint-mode term-mode calendar-mode Man-mode grep-mode))
|
||||
(dolist (mode '(tabulated-list-mode view-mode comint-mode term-mode calendar-mode Man-mode grep-mode))
|
||||
(evil-set-initial-state mode 'emacs)))
|
||||
|
||||
(defsubst +evil--textobj (key inner-fn &optional outer-fn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue