Fix spacemacs mode-line theme

This commit is contained in:
syl20bnr 2018-01-12 04:14:58 -05:00
parent a69501e327
commit 86ff0eb86f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(defun spacemacs-modeline/init-spaceline ()
(use-package spaceline-config
:if (memq dotspacemacs-mode-line-theme '(spaceline all-the-icons custom))
:if (memq dotspacemacs-mode-line-theme '(spacemacs all-the-icons custom))
:init
(progn
(add-hook 'spacemacs-post-user-config-hook 'spaceline-compile)