1 files changed, 8 insertions(+), 0 deletions(-)
M init.el
M init.el => init.el +8 -0
@@ 1048,6 1048,14 @@
:config
(shell-command-x-mode 1))
+(my-use-package projection
+ :ensure t)
+(my-use-package projection-multi
+ :ensure t
+ :bind
+ (:map project-prefix-map
+ ("c" . projection-multi-compile)))
+
;; (my-use-package run-command
;; :ensure t
;; :custom