feat(emacs): Add project keybinds

This commit is contained in:
Madeleine Sydney
2025-02-21 21:14:41 -07:00
parent 59430e9b65
commit 9cf1e48252
2 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
(append (list command name)
(list (or key (funcall project-key command)))))))
(add-to-list 'project-switch-commands
(funcall switch-cmd #'project-root-find-file "Browse"))))
(funcall switch-cmd #'syd-project-root-find-file "Browse"))))
;; Projection provides a Projectile-like project management library atop
;; Emacs built-in project.el. It's more lightweight, while still featureful.