domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Ignore projectile-project-root errors #35

Closed wyuenho closed 7 years ago

wyuenho commented 7 years ago

(projectile-project-root) is not an autoloaded function, declaring it forward doesn't make a difference. Even if the entire package is required, when (projectile-project-root) can't a project root, it'll raise an error, which results in blowing away the entire mode line. This patch fixes it.

domtronn commented 7 years ago

Sorry, I'd already got this fix on my machine with some other changes when you opened the PR.

Thanks though 🙂