From 6aaf71c4114fa66a9764621c9f5eee4d13f8c167 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 8 Aug 2025 15:35:11 +0200 Subject: [PATCH] Disable project display in mode-line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) – ? --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index aefbc0d..301b10b 100644 --- a/init.el +++ b/init.el @@ -319,7 +319,7 @@ :init (setopt project-list-file (expand-file-name "projects" emacs-d-userdata) project-switch-commands 'project-eshell project-vc-merge-submodules nil - project-mode-line t) + project-mode-line nil) :config (progn ;; Sort known projects before persisting, to reduce committer noise