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