summaryrefslogtreecommitdiff
path: root/emacs/inits/15-project-mgmt.el
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2025-06-25 20:04:30 +0100
committertslil clingman <tslil@posteo.de>2025-06-25 20:04:30 +0100
commitae6b5a35f4ed8c44cc2e19e8e60b91eae79d6eb9 (patch)
tree2c7a6c4b04341cca54054563daf86cc032aa8ed7 /emacs/inits/15-project-mgmt.el
parent1805d8ddfc1b929101a02160938699ee239437cd (diff)
[emacs] use treesitter for expand-region, -avy, +ruff,lua-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"))