~ruther/emacs.d

d1c7a7d506bece6c1fe3a8821a36fd88e87dbab6 — Rutherther 9 days ago 163004a
feat: Add projection for compile-multi
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

Do not follow this link