diff options
author | Amin Bandali <me@aminb.org> | 2015-03-16 00:37:09 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-16 00:37:09 -0400 |
commit | ecac774276575a983c4890c339292c4c1fa55a02 (patch) | |
tree | 8298a3aef8bbbe4fd75d753ed814b39c3112737b /spacemacs/.spacemacs | |
parent | dcbfb16d6c4e6c014919647b843fe16e14bfc382 (diff) | |
download | configs-ecac774276575a983c4890c339292c4c1fa55a02.tar.gz configs-ecac774276575a983c4890c339292c4c1fa55a02.tar.xz configs-ecac774276575a983c4890c339292c4c1fa55a02.zip |
use normal Source Code Pro
instead of the powerline version
Diffstat (limited to 'spacemacs/.spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index bd4f130..eef490d 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -38,8 +38,8 @@ before layers configuration." dotspacemacs-colorize-cursor-according-to-state t ;; Default font. `powerline-scale' allows to quickly tweak the mode-line ;; size to make separators look not too crappy. - dotspacemacs-default-font '("Source Code Pro for Powerline" - :size 14 + dotspacemacs-default-font '("Source Code Pro" + :size 15 :weight normal :width normal :powerline-scale 1.1) |