mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix esc not exiting snippets
Caused by a custom ESC keybind overriding +evil-esc-hook
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user