Spaceline-all-the-icons doesn't seem to work any longer

This commit is contained in:
Marcel Kapfer 2019-02-04 15:00:21 +01:00
parent 27011ccfae
commit 72f55571d6
No known key found for this signature in database
GPG Key ID: 2DD1043A5603FCED
1 changed files with 2 additions and 9 deletions

View File

@ -1385,7 +1385,8 @@ signature-file is the path to the file which contains the signature."
;; spaceline
;; Powerline theme from Spacemacs
(use-package spaceline)
(use-package spaceline
:init (spaceline-emacs-theme))
;; fancy-battery
;; Fancy battery display
@ -1393,14 +1394,6 @@ signature-file is the path to the file which contains the signature."
:after spaceline
:init (fancy-battery-mode))
;; spaceline-all-the-icons
;; A Spaceline Mode Line theme using All The Icons
(use-package spaceline-all-the-icons
:after fancy-battery
:config
(spaceline-all-the-icons-theme)
(spaceline-toggle-all-the-icons-battery-status-on))
;; Doom theme
;; https://github.com/hlissner/emacs-doom-themes
(use-package doom-themes