diff --git a/modules/home/users/msyds/emacs/lisp/syd/evil.el b/modules/home/users/msyds/emacs/lisp/syd/evil.el index 0ef781f..1af7928 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/evil.el +++ b/modules/home/users/msyds/emacs/lisp/syd/evil.el @@ -433,15 +433,16 @@ interactive call to `eval-expression' is stored.") -;(use-package evil-leap -; :hook (on-first-input . evil-leap-mode) -; :load-path "/home/crumb/src/evil-leap" -; :straight nil -; ;; :straight (:type git -; ;; :host gitlab -; ;; :repo "msyds/evil-leap") -; :config -; (evil-leap-install-default-keybindings)) +(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))