home

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

commit b81ce86c76f77889eebfe36d3c7b83eb86089f8b
parent 1e550e47580921287d68ffe9541407c1e9ef4dd3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  4 Jan 2022 18:28:38 +0100

tools/emacs: remove some project files

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

Diffstat:
Mtools/emacs/config/config-projects.el | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/emacs/config/config-projects.el b/tools/emacs/config/config-projects.el @@ -8,8 +8,7 @@ ("C-x p s" . vde-project-vterm)) :config - (setq vde/project-local-identifier '(".project" "go.mod" "Cargo.toml" - "Makefile" "README.org" "README.md")) + (setq vde/project-local-identifier '(".project" "go.mod" "README.org" "README.md")) (defun vde/project-try-local (dir) "Determine if DIR is a non-VC project."