mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
project-roots is obsolete.
This commit is contained in:
parent
ffb9e38828
commit
f5a994a52c
1 changed files with 1 additions and 1 deletions
|
@ -1190,7 +1190,7 @@ Return nil if no project was found."
|
|||
('project
|
||||
(when (fboundp 'project-current)
|
||||
(when-let ((project (project-current)))
|
||||
(car (project-roots project)))))))))
|
||||
(expand-file-name (cdr project)))))))))
|
||||
|
||||
(defun doom-modeline-project-p ()
|
||||
"Check if the file is in a project."
|
||||
|
|
Loading…
Add table
Reference in a new issue