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