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