commit 1594b027d0eaed8505488326309ec59ea18dd3f0
parent 386d471b81e88598e0fb66de07a708e0ea2348e3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 13 Jul 2022 10:27:16 +0200
tools/emacs: projects: do not bypass vcs if go.mod is present
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-projects.el b/tools/emacs/config/config-projects.el
@@ -8,7 +8,7 @@
("C-x p s" . vde-project-vterm))
:config
- (setq vde/project-local-identifier '(".project" "go.mod"))
+ (setq vde/project-local-identifier '(".project")) ;; "go.mod"
(setq project-switch-commands
'((?f "File" project-find-file)
(?g "Grep" project-find-regexp)