fix(emacs): evil-leap :hook bad!
This commit is contained in:
@@ -434,15 +434,12 @@ 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)
|
||||
"s" #'evil-leap-forward
|
||||
"S" #'evil-leap-backward))
|
||||
:general (:states '(motion normal)
|
||||
"s" #'evil-leap-forward
|
||||
"S" #'evil-leap-backward))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user