From 9283dde3c9497316ea4e37f93d3a92319e234bb2 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 1 Jun 2019 22:10:35 +0200 Subject: [PATCH] Emacs: re-enable spaceline-all-the-icons --- emacs/emacs.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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