diff --git a/emacs/emacs.el b/emacs/emacs.el index 50f0aad..4014e8a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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