Skip to content

Commit

Permalink
Fix spacemacs mode-line theme
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 12, 2018
1 parent a69501e commit 86ff0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-modeline/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 86ff0eb

Please sign in to comment.