Clean up + redo bindings
This commit is contained in:
parent
208c3fe40b
commit
b3c9c6efa8
4 changed files with 36 additions and 42 deletions
|
@ -6,7 +6,6 @@
|
|||
;; 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))
|
||||
|
||||
;; Disable highlights on insert-mode
|
||||
(add-hook! evil-insert-state-entry 'evil-ex-nohighlight)
|
||||
(add-hook! undo-tree-mode (diminish 'undo-tree-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue