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