|
From: | Stephen Leake |
Subject: | Re: [SPAM UNSURE] Add cl-defgeneric project-name; first use case eglot |
Date: | Sun, 20 Nov 2022 16:37:00 -0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Stephen Leake <stephen_leake@stephe-leake.org> writes: > So I'd like to add a new cl-defgeneric to project.el: > > (cl-defgeneric project-name (project) > "A human-readable name for the project." > (file-name-base (directory-file-name (project-root project)))) > > Then I can override that in my projects, and eglot will use my desired > name. vc projects can add the branch name in the project name. -- -- Stephe
[Prev in Thread] | Current Thread | [Next in Thread] |