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 (use-package evil-leap
; :hook (on-first-input . evil-leap-mode) :hook on-first-input
; :load-path "/home/crumb/src/evil-leap" :straight (:type git
; :straight nil :host gitlab
; ;; :straight (:type git :repo "msyds/evil-leap")
; ;; :host gitlab :config
; ;; :repo "msyds/evil-leap") (general-define-key
; :config :states '(motion normal)
; (evil-leap-install-default-keybindings)) "s" #'evil-leap-forward
"S" #'evil-leap-backward))