feat(emacs): evil-leap
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user