diff options
Diffstat (limited to 'emacs/inits/15-project-mgmt.el')
| -rw-r--r-- | emacs/inits/15-project-mgmt.el | 6 |
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")) |
