feat(emacs): evil-leap

This commit is contained in:
2025-09-20 15:20:56 -06:00
parent 0c3da81297
commit 19e1bcb069

View File

@@ -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))