Disable project display in mode-line
This seems to not play well together with TRAMP, as project.el tries to rebuild remote connections long after they have been closed (and became unavailable) – ?
This commit is contained in:
parent
9378dd3742
commit
6aaf71c411
2
init.el
2
init.el
@ -319,7 +319,7 @@
|
|||||||
:init (setopt 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-eshell
|
project-switch-commands 'project-eshell
|
||||||
project-vc-merge-submodules nil
|
project-vc-merge-submodules nil
|
||||||
project-mode-line t)
|
project-mode-line nil)
|
||||||
: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