spaceline-all-the-icons.el
spaceline-all-the-icons.el copied to clipboard
Major Mode Segment
(Quoted from @jwintz #7)
And as a last point, M-x space line-toggle-major-mode-on does have any effect whatsoever. Miss it.
So part of the original inspiration for this package was mode-icons
but obviously using icon fonts rather than XPM images. And as such, the major-mode
segment is now replaced by spaceline-all-the-icons-mode-icon
Which should replace the major mode string with the corresponding icon... However, if it can't find the icon, the major mode string appears in spaceline-all-the-icons-process
There's probably a little bit of work to make sure this isn't duplicated, but I'm happy to add this segment back in if you find it useful 😃
You made your point. However, using magit
together with magit-flow
, I used to have a GitFlow segment that do not show up anymore. But it might be a minor mode, and as I use diminish
for nearly all of them, I do not know whether it comes from spaceline-all-the-icons
or from my setup.
Yep, you're right - I haven't implemented a diminish
segment yet! It's another thing I don't personally use... But plan to add in in the future.
Again, any ideas/information about how you think it should be displayed would be great! 🙂 It'd also be great if you could show what your GitFlow segment used to look like and I can try and recreate it.
You can see it here: https://github.com/d12frosted/homebrew-emacs-plus/pull/21.
That does look like diminish
, I'm going to raise a new issue for the diminish
segment.