Spaceline-all-the-icons doesn't seem to work any longer
This commit is contained in:
parent
27011ccfae
commit
72f55571d6
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue