Force disable show-paren-mode in normal mode
This commit is contained in:
parent
14bc80b8d2
commit
33ff3e3b3c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue