mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Inhibit message from ffip-project-root
This commit is contained in:
parent
b117f2e869
commit
a2ff05706d
1 changed files with 2 additions and 1 deletions
|
@ -684,7 +684,8 @@ If the actual char height is larger, it respects the actual char height."
|
||||||
(when-let ((project (project-current)))
|
(when-let ((project (project-current)))
|
||||||
(expand-file-name (car (project-roots project))))))
|
(expand-file-name (car (project-roots project))))))
|
||||||
(and (fboundp 'ffip-get-project-root-directory)
|
(and (fboundp 'ffip-get-project-root-directory)
|
||||||
(ignore-errors (ffip-get-project-root-directory)))
|
(let ((inhibit-message t))
|
||||||
|
(ignore-errors (ffip-get-project-root-directory))))
|
||||||
(and (bound-and-true-p projectile-mode)
|
(and (bound-and-true-p projectile-mode)
|
||||||
(ignore-errors (projectile-project-root)))
|
(ignore-errors (projectile-project-root)))
|
||||||
default-directory))))
|
default-directory))))
|
||||||
|
|
Loading…
Reference in a new issue