How to fix size of powerline in Spacemacs?
Somehow my powerline changed in size.
Screenshot: [
How to fix size of powerline in Spacemacs?
Somehow my powerline changed in size.
Screenshot: [
How to fix size of powerline in Spacemacs?
It seems like problem with unicode.
Solution for Fedora 23: sudo dnf install adobe-source-code-pro-fonts
Change the powerline-scale to 1.1 And It will fix the problem
dotspacemacs-default-font '("Consolas"
:size 16
:weight normal
:width normal
:powerline-scale 1.1)