home

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

commit 627c84529706493670dd0a372831ee586e446c16
parent 62fa53441dbf6a32dcf6b89dfc55987fd10ed338
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  4 Jan 2022 18:32:26 +0100

tools/emacs: Remove READMEs from project detection

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-projects.el | 2+-
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" "README.org" "README.md")) + (setq vde/project-local-identifier '(".project" "go.mod")) (defun vde/project-try-local (dir) "Determine if DIR is a non-VC project."