minor mode

This commit is contained in:
2025-10-27 23:37:46 -06:00
parent 91c554d575
commit 094ff3c836
2 changed files with 23 additions and 5 deletions

View File

@@ -14,7 +14,12 @@ With ~use-package~ + [[https://github.com/radian-software/straight.el][Straight]
:host gitlab
:repo "msyds/evil-leap")
:config
;; Bind `evil-leap-forward' and `evil-leap-backward' here.
;; Optionally rebind `evil-leap-forward' and `evil-leap-backward' from their
;; defaults ('s'/'S').
;;
;; (evil-define-key* '(motion normal) evil-leap-mode-map
;; "s" #'evil-leap-forward
;; "S" #'evil-leap-backward)
)
#+end_src