mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Merge pull request #220 from cslux/master
Inhibit message from `ffip-project-root`
This commit is contained in:
commit
349d7c0084
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)))
|
||||
(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))))
|
||||
|
|
Loading…
Reference in a new issue