Fix esc not exiting snippets
Caused by a custom ESC keybind overriding +evil-esc-hook
This commit is contained in:
parent
fd62e8e0b1
commit
50c1ad0875
2 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
(advice-add #'yas-expand :before #'sp-remove-active-pair-overlay)
|
||||
|
||||
;; Exit snippets on ESC from normal mode
|
||||
(add-hook '+evil-esc-hook #'yas-exit-all-snippets))
|
||||
(add-hook '+evil-esc-hook #'yas-abort-snippet))
|
||||
|
||||
|
||||
(def-package! auto-yasnippet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue