Show project information in mode-line
This commit is contained in:
parent
fccbbd8509
commit
fef218ec94
7
init.el
7
init.el
@ -305,9 +305,10 @@
|
|||||||
proced-enable-color-flag t))
|
proced-enable-color-flag t))
|
||||||
|
|
||||||
(use-package project
|
(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-switch-commands 'project-dired
|
||||||
project-vc-merge-submodules nil)
|
project-vc-merge-submodules nil
|
||||||
|
project-mode-line t)
|
||||||
:config (progn
|
:config (progn
|
||||||
|
|
||||||
;; Sort known projects before persisting, to reduce committer noise
|
;; Sort known projects before persisting, to reduce committer noise
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user