Inhibit message from ffip-project-root

This commit is contained in:
Christian Schwarzgruber 2019-09-13 22:39:34 +02:00
parent b117f2e869
commit a2ff05706d

View file

@ -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))))