From 19839d3067c8bd779fc05eb0f355564b232329b3 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 25 Aug 2026 15:25:32 +0100 Subject: [emacs] lexical binding i guess --- emacs/inits/15-project-mgmt.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/inits/15-project-mgmt.el') 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")) -- cgit v1.2.3