Force disable show-paren-mode in normal mode

This commit is contained in:
Henrik Lissner 2016-05-01 17:23:55 -04:00
parent 14bc80b8d2
commit 33ff3e3b3c

View file

@ -10,6 +10,7 @@
(add-hook 'evil-visual-state-exit-hook 'show-paren-mode-off)
(add-hook 'evil-operator-state-entry-hook 'show-paren-mode)
(add-hook 'evil-operator-state-exit-hook 'show-paren-mode-off)
(add-hook 'evil-normal-state-entry-hook 'show-paren-mode-off)
;; Disable highlights on insert-mode
(add-hook 'evil-insert-state-entry-hook 'evil-ex-nohighlight)