diff options
author | Amin Bandali <me@aminb.org> | 2015-07-05 22:21:30 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-07-05 22:21:30 -0400 |
commit | bf59a78ea13a26395288c9b4321b8e2a1232f02b (patch) | |
tree | fc06ee46eb670f1d989e05ff23162b757f478ea0 | |
parent | 2128124801c6e64dfdc71e540c25593a7574b18a (diff) | |
download | configs-bf59a78ea13a26395288c9b4321b8e2a1232f02b.tar.gz configs-bf59a78ea13a26395288c9b4321b8e2a1232f02b.tar.xz configs-bf59a78ea13a26395288c9b4321b8e2a1232f02b.zip |
[spacemacs] font size 14
-rw-r--r-- | spacemacs/.spacemacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index d092b4a..6045f4f 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -86,7 +86,7 @@ before layers configuration." ;; 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" - :size 13 + :size 14 :weight normal :width normal :powerline-scale 1.1) |