home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 33bd34877653fe203d2a8d1d89cec36688489cc9
parent 68de88c6bc6a620eb9c86cf3885540b5dcb7137e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 15 May 2024 19:20:43 +0200

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>

Diffstat:
Mtools/emacs/config/config-projects.el | 4+++-
Musers/vincent/dev/emacs.nix | 1+
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-projects.el b/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 diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -43,6 +43,7 @@ let beginend cape # FIXME: configure color-identifiers-mode + conner consult consult-dir consult-notes