summaryrefslogtreecommitdiff
path: root/emacs/inits/15-project-mgmt.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/15-project-mgmt.el')
-rw-r--r--emacs/inits/15-project-mgmt.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/inits/15-project-mgmt.el b/emacs/inits/15-project-mgmt.el
index 1136364..f61d75d 100644
--- a/emacs/inits/15-project-mgmt.el
+++ b/emacs/inits/15-project-mgmt.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2024-07-13 15h01 CEST (471b3659)>
+;; Time-stamp: <2025-02-19 10h42 GMT (anker)>
(defun revert-all-file-buffers ()
"Refresh all open file buffers without confirmation"
@@ -14,3 +14,5 @@
(message "Finished reverting buffers containing unmodified files."))
(require 'project)
+
+(setq project-vc-extra-root-markers '("Cargo.toml"))