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

Need help getting this to work with emacs-snapshot and auto-shell-command #82

Open hexmode opened 6 years ago

hexmode commented 6 years ago

auto-shell-command tries to modify the mode line in the following maner:

(add-to-list 'default-mode-line-format
              '(:eval (ascmd:display-process-count)))

This doesn't work in 27.0.50 because there is no default-mode-line-format variable. There is mode-line-format, but setting this only works for the non-active mode line when I'm using spaceline-all-the-icons (and then, doesn't updated when the shell command is done).

What do I need to do to get this working?