|
From: | Juri Linkov |
Subject: | bug#77566: [PATCH] Add option for automatically delete non-existent projects. |
Date: | Mon, 07 Apr 2025 09:40:40 +0300 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
> +(defcustom project-dont-prune-remote-zombie-projects nil > + "If non-nil, remote files will no be pruned by > `project-forget-zombie-projects'." > + :type 'boolean > + :version "31.1" > + :group 'project) Maybe it's possible to do with one option like there is remote-ignoring 'recentf-keep-default-predicate' in the default value of 'recentf-keep'. > I don't have a remote project so I can't test it. 'sudo' counts as a remote project too. So you can just type 'C-x x @' and the current project will be added as remote.
[Prev in Thread] | Current Thread | [Next in Thread] |