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

Modline glitch with long file path. #92

Closed omgitsaheadcrab closed 5 years ago

omgitsaheadcrab commented 5 years ago

Modline has glitches when path is long. Last image shows how if region highlighted it passes threshold in that case and displays incorrectly. Line would not visibly overlap on right hand side though.

Also LaTeX mode has no icon - can an icon for it be defined? Might shorten line sufficiently.

ss ss2 ss3 ss4

omgitsaheadcrab commented 5 years ago

I just found the command that fixes this.

(setq spaceline-all-the-icons-hide-long-buffer-path t)

It was clearly too late in the day for me! Thanks for the great work.