From d1c7a7d506bece6c1fe3a8821a36fd88e87dbab6 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 21 Jun 2025 18:30:30 +0200 Subject: [PATCH] feat: Add projection for compile-multi --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.el b/init.el index 998a6ce..7ea0845 100644 --- a/init.el +++ b/init.el @@ -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 -- 2.49.0