fix(emacs): evil-leap :hook bad!

This commit is contained in:
2025-09-20 15:49:04 -06:00
parent 77f4ff056d
commit c83f5ae4b4

View File

@@ -434,13 +434,10 @@ interactive call to `eval-expression' is stored.")
(use-package evil-leap
:hook on-first-input
:straight (:type git
:host gitlab
:repo "msyds/evil-leap")
:config
(general-define-key
:states '(motion normal)
:general (:states '(motion normal)
"s" #'evil-leap-forward
"S" #'evil-leap-backward))