Minor cosmetics in personal project utilities

This commit is contained in:
Daniel - 2022-10-16 20:59:02 +02:00
parent 7663b82800
commit 72d6904968
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 5 additions and 1 deletions

View File

@ -24,8 +24,10 @@
(require 'bookmark)
(require 'projectile)
(defgroup projects nil
"Simple directory-based project management"
"Simple directory-based project management."
:tag "Project Management"
:group 'projects)
@ -39,6 +41,8 @@
:group 'projects
:type 'directory)
(defun projects-project-exists-p (short-name)
"Check whether a project named SHORT-NAME already exists."
(or