summaryrefslogtreecommitdiff
path: root/emacs/inits/15-project-mgmt.el
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-08-25 15:25:32 +0100
committertslil <tslil@posteo.de>2026-08-25 15:31:42 +0100
commit19839d3067c8bd779fc05eb0f355564b232329b3 (patch)
tree1f12a4b5f117a762d9418f6d9f81d9a3bf4ff743 /emacs/inits/15-project-mgmt.el
parentf0838ce7e11af2e16e47806355ff76707bc5cbc1 (diff)
[emacs] lexical binding i guess
Diffstat (limited to 'emacs/inits/15-project-mgmt.el')
-rw-r--r--emacs/inits/15-project-mgmt.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/inits/15-project-mgmt.el b/emacs/inits/15-project-mgmt.el
index f61d75d..ed83477 100644
--- a/emacs/inits/15-project-mgmt.el
+++ b/emacs/inits/15-project-mgmt.el
@@ -1,4 +1,6 @@
-;; Time-stamp: <2025-02-19 10h42 GMT (anker)>
+;;; -*- lexical-binding: t -*-
+
+;; Time-stamp: <2026-01-02 16h59 GMT (d63c23ed)>
(defun revert-all-file-buffers ()
"Refresh all open file buffers without confirmation"
@@ -15,4 +17,4 @@
(require 'project)
-(setq project-vc-extra-root-markers '("Cargo.toml"))
+(setq project-vc-extra-root-markers '("Cargo.toml" "pyproject.toml"))