mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Change doom-project-p to return a boolean
This commit is contained in:
@ -73,7 +73,7 @@ If NOCACHE, don't fetch a cached answer."
|
||||
If NOCACHE, don't fetch a cached answer."
|
||||
(if nocache
|
||||
(without-project-cache! (doom-project-p nil))
|
||||
(let ((projectile-require-project-root t))
|
||||
(let ((projectile-require-project-root t))
|
||||
(and (projectile-project-p) t))))
|
||||
|
||||
(defun doom-project-name (&optional nocache)
|
||||
|
Reference in New Issue
Block a user