jonathanchu / emacs-powerline

Powerline for Emacs
497 stars 37 forks source link

Symbols not showing up correctly #33

Closed meain closed 7 years ago

meain commented 7 years ago

The symbols does not show up like in the screenshot in readme, its kinda messed up.

arrow14 img-arrow14 curve img-curve

jerrykal commented 7 years ago

I have same issue too.

jerrykal commented 7 years ago

paste this in your init file (set-face-attribute 'default nil :height 100) The value is in 1/10pt, so 100 will give you 10pt.

meain commented 7 years ago

Thanks, it works