Show project information in mode-line
This commit is contained in:
parent
fccbbd8509
commit
fef218ec94
5
init.el
5
init.el
@ -305,9 +305,10 @@
|
||||
proced-enable-color-flag t))
|
||||
|
||||
(use-package project
|
||||
:init (setq project-list-file (expand-file-name "projects" emacs-d-userdata)
|
||||
:init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata)
|
||||
project-switch-commands 'project-dired
|
||||
project-vc-merge-submodules nil)
|
||||
project-vc-merge-submodules nil
|
||||
project-mode-line t)
|
||||
:config (progn
|
||||
|
||||
;; Sort known projects before persisting, to reduce committer noise
|
||||
|
||||
Loading…
Reference in New Issue
Block a user