Clean up
This commit is contained in:
parent
80282c0665
commit
a74136a55d
5 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
:init
|
||||
;; Speed up show-paren outside of normal mode (where my motions are minimal)
|
||||
(add-hook! evil-normal-state-entry (setq show-paren-delay 0.075))
|
||||
(add-hook! evil-normal-state-exit (setq show-paren-delay 0))
|
||||
(add-hook! evil-normal-state-exit (setq show-paren-delay 0))
|
||||
;; Disable highlights on insert-mode
|
||||
(add-hook! evil-insert-state-entry 'evil-ex-nohighlight)
|
||||
;; Prevents "matches )" messages in minibuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue