feat(emacs): Misc. tooling

This commit is contained in:
Madeleine Sydney
2025-03-04 03:10:59 -07:00
parent 7edba3e295
commit 3e5020fb09
3 changed files with 14 additions and 3 deletions

View File

@@ -30,6 +30,8 @@
(use-package projection
;; Enable the `projection-hook' feature.
:hook (after-init . global-projection-hook-mode)
:general (:keymaps 'syd-leader-project-map
"R" #'projection-commands-run-project)
;; Require projections immediately after project.el.
:config
(with-eval-after-load 'project
@@ -38,7 +40,9 @@
;; Allow interactively selecting available compilation targets from the
;; current project type.
(use-package projection-multi
:after projection)
:after projection
:general (:keymaps 'syd-leader-project-map
"M" #'projection-multi-projection))
;; Embark integration for projection-multi.
(use-package projection-multi-embark