diff --git a/modules/editor/lispy/config.el b/modules/editor/lispy/config.el index 3ca5ebb78..9945c98d4 100644 --- a/modules/editor/lispy/config.el +++ b/modules/editor/lispy/config.el @@ -38,4 +38,7 @@ additional additional-insert)) :config - (lispyville-set-key-theme)) + (lispyville-set-key-theme) + (add-hook! 'evil-escape-inhibit-functions + (defun +lispy-inhibit-evil-escape-fn () + (and lispy-mode (evil-insert-state-p)))))