feat(emacs): Keybinds all around!

This commit is contained in:
Madeleine Sydney
2025-03-10 15:16:47 -06:00
parent 46b0844bd9
commit 61c3b13023
4 changed files with 43 additions and 12 deletions

View File

@@ -354,8 +354,12 @@ interactive call to `eval-expression' is stored.")
(use-package evil-leap
:hook (on-first-input . evil-leap-mode)
:straight (:type git
:host gitlab
:repo "msyds/evil-leap"))
:load-path "/home/crumb/src/evil-leap"
:straight nil
;; :straight (:type git
;; :host gitlab
;; :repo "msyds/evil-leap")
:config
(evil-leap-install-default-keybindings))
(provide 'syd-evil)