Emacs: Spaceline as modeline

This commit is contained in:
Marcel Kapfer 2018-08-03 07:58:26 +02:00
parent 638fc2059b
commit 28bfa43d7d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 14 additions and 0 deletions

View File

@ -1354,3 +1354,17 @@ signature-file is the path to the file which contains the signature."
;; rust-mode
(use-package rust-mode)
;; all-the-icons
;; A utility package to collect various Icon Fonts and propertized them within Emacs
(use-package all-the-icons)
;; spaceline
;; Powerline theme from Spacemacs
(use-package spaceline)
;; spaceline-all-the-icons
;; A Spaceline Mode Line theme using All The Icons
(use-package spaceline-all-the-icons
:after spaceline
:config (spaceline-all-the-icons-theme))