diff --git a/doom-modeline-core.el b/doom-modeline-core.el index fa9f47b..d73db90 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -684,7 +684,8 @@ If the actual char height is larger, it respects the actual char height." (when-let ((project (project-current))) (expand-file-name (car (project-roots project)))))) (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) (ignore-errors (projectile-project-root))) default-directory))))