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

Fix failure to load on Emacs 26 #50

Closed alexmurray closed 7 years ago

alexmurray commented 7 years ago

string-to-int has long been obsolete and is now removed in Emacs 26 which results in the following error and failure to display the modeline

Error during redisplay: (eval (spaceline-ml-all-the-icons)) signaled (void-function string-to-int)

Replace with string-to-number instead.

domtronn commented 7 years ago

Yep, looks good 👍