Do not treat dotfiles as projects
This commit is contained in:
parent
2c4cada1da
commit
57044376be
@ -49,7 +49,8 @@
|
|||||||
(defun projects-existing-projects ()
|
(defun projects-existing-projects ()
|
||||||
"Return list of all short-names of existing projects."
|
"Return list of all short-names of existing projects."
|
||||||
(cl-remove-if-not #'projects-project-exists-p
|
(cl-remove-if-not #'projects-project-exists-p
|
||||||
(directory-files projects-main-project-directory)))
|
(directory-files projects-main-project-directory
|
||||||
|
nil "^[^.]")))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun projects-add-project (short-name long-name)
|
(defun projects-add-project (short-name long-name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user