Skip to content

Commit

Permalink
core: replace powerline by spaceline
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 11, 2015
1 parent e53aa90 commit 1cf9b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Called with `C-u C-u' skips `dotspacemacs/user-config' _and_ preleminary tests."
(dotspacemacs|call-func dotspacemacs/config
"Calling dotfile user config..."))
(message "Done."))
(when (configuration-layer/package-usedp 'powerline)
(when (configuration-layer/package-usedp 'spaceline)
(spacemacs//restore-powerline (current-buffer))))
(switch-to-buffer-other-window dotspacemacs-test-results-buffer)
(spacemacs-buffer/warning "Some tests failed, check `%s' buffer"
Expand Down

0 comments on commit 1cf9b73

Please sign in to comment.