I am trying to customize the powerline separator style for Spacemacs. I added the following code to my .spacemacs
file, as section 11.1.5.5
of the docs say to do.
(setq powerline-default-separator 'bar)
However, nothing is changing in my UI. I tried reloading via SPC f e R
and restarting Spacemacs. Am I doing something wrong?