]> git.eshelyaron.com Git - emacs.git/commit
Add new user option to exclude projects from being remembered
authorVisuwesh <visuweshm@gmail.com>
Mon, 3 Mar 2025 08:26:04 +0000 (13:56 +0530)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 07:16:24 +0000 (08:16 +0100)
commite2e1ebe8820b866d13abbd0b4616256a99ef38f3
treeb8a7dbd195b5791425c01aea10ca4a12786c8b2d
parentdf1ada73d4f4003db2f8902cae7831b50ef866fc
Add new user option to exclude projects from being remembered

* lisp/progmodes/project.el (project-list-exclude): Add new user
option to exclude projects from being remembered.
(project-remember-project): Consider the user option above.
(project-switch-project): Use 'project-remember-project' instead.
* doc/emacs/maintaining.texi (Managing Projects): Mention the new user option.
* etc/NEWS: Announce the change.  (Bug#76587)

(cherry picked from commit 6aa60038ee999d25184a639ce0ac76b614e3afb6)
doc/emacs/maintaining.texi
lisp/progmodes/project.el