Commit 33bd34877653

Vincent Demeester <vincent@sbr.pm>
2024-05-15 19:20:43
tools/emacs: add conner…
… the idea being to have a growing list of project command to run so that I can forget about it and run them easily. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 68de88c
Changed files (2)
tools
users
vincent
tools/emacs/config/config-projects.el
@@ -8,7 +8,6 @@
          ("C-x p s" . vde-project-vterm)
          ("C-x p X" . vde/run-in-project-vterm))
   :config
-
   (setq vde/project-local-identifier '(".project")) ;; "go.mod"
   (setq project-switch-commands
         '((?f "File" project-find-file)
@@ -73,5 +72,8 @@ switch to it. Otherwise, create a new vterm shell."
       (vde-project-vterm (read-string "Command: "))))
   )
 
+(use-package conner
+  :bind (("C-x p C" . conner-run-project-command)))
+
 (provide 'config-projects)
 ;;; config-projects.el ends here
users/vincent/dev/emacs.nix
@@ -43,6 +43,7 @@ let
     beginend
     cape # FIXME: configure
     color-identifiers-mode
+    conner
     consult
     consult-dir
     consult-notes