Skip to content

Commit

Permalink
don't ask users to spaceline-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed Jun 21, 2016
1 parent d7820aa commit 6d5bca7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,7 @@ file:
(defun dotspacemacs/user-config ()
"This is were you can ultimately override default Spacemacs configuration.
This function is called at the very end of Spacemacs initialization."
(setq powerline-default-separator 'arrow)
(spaceline-compile))
(setq powerline-default-separator 'arrow))
#+END_SRC

To save you the time to try all the possible separators provided by the
Expand Down

0 comments on commit 6d5bca7

Please sign in to comment.