Show project information in mode-line

This commit is contained in:
Daniel Borchmann 2025-06-07 19:24:45 +02:00
parent fccbbd8509
commit fef218ec94
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -305,9 +305,10 @@
proced-enable-color-flag t))
(use-package project
:init (setq project-list-file (expand-file-name "projects" emacs-d-userdata)
project-switch-commands 'project-dired
project-vc-merge-submodules nil)
:init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata)
project-switch-commands 'project-dired
project-vc-merge-submodules nil
project-mode-line t)
:config (progn
;; Sort known projects before persisting, to reduce committer noise