Emacs: re-enable spaceline-all-the-icons
This commit is contained in:
parent
78706a8c6d
commit
9283dde3c9
1 changed files with 9 additions and 2 deletions
|
@ -1402,8 +1402,7 @@ signature-file is the path to the file which contains the signature."
|
||||||
|
|
||||||
;; spaceline
|
;; spaceline
|
||||||
;; Powerline theme from Spacemacs
|
;; Powerline theme from Spacemacs
|
||||||
(use-package spaceline
|
(use-package spaceline)
|
||||||
:init (spaceline-emacs-theme))
|
|
||||||
|
|
||||||
;; fancy-battery
|
;; fancy-battery
|
||||||
;; Fancy battery display
|
;; Fancy battery display
|
||||||
|
@ -1411,6 +1410,14 @@ signature-file is the path to the file which contains the signature."
|
||||||
:after spaceline
|
:after spaceline
|
||||||
:init (fancy-battery-mode))
|
: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
|
;; Doom theme
|
||||||
;; https://github.com/hlissner/emacs-doom-themes
|
;; https://github.com/hlissner/emacs-doom-themes
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
|
|
Loading…
Reference in a new issue