diff --git a/emacs/emacs.el b/emacs/emacs.el index dbe0c12..f00c0f9 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1402,8 +1402,7 @@ signature-file is the path to the file which contains the signature." ;; spaceline ;; Powerline theme from Spacemacs -(use-package spaceline - :init (spaceline-emacs-theme)) +(use-package spaceline) ;; fancy-battery ;; Fancy battery display @@ -1411,6 +1410,14 @@ 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