Commit 1594b027d0ea

Vincent Demeester <vincent@sbr.pm>
2022-07-13 10:27:16
tools/emacs: projects: do not bypass vcs if go.mod is present
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 386d471
Changed files (1)
tools
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)