diff options
author | Amin Bandali <me@aminb.org> | 2016-02-13 19:43:54 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2016-02-13 19:43:54 -0500 |
commit | 6f29ca436e612f9a0e089dcb17846eb088c1ac2d (patch) | |
tree | ed54f2c07b45f77ff6e22686b64c27ebee6c5143 /spacemacs | |
parent | 899452ca17d9e85c0f6dd416b6bb81678bef18d2 (diff) | |
download | configs-6f29ca436e612f9a0e089dcb17846eb088c1ac2d.tar.gz configs-6f29ca436e612f9a0e089dcb17846eb088c1ac2d.tar.xz configs-6f29ca436e612f9a0e089dcb17846eb088c1ac2d.zip |
[spacemacs] use bigger font & slant powerline
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index a375541..2aaefbe 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -111,10 +111,10 @@ values." ;; 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) + :powerline-scale 1.6) ;; The leader key dotspacemacs-leader-key "SPC" ;; The leader key accessible in `emacs state' and `insert state' @@ -252,6 +252,7 @@ in `dotspacemacs/user-config'." "Configuration function for user code. This function is called at the very end of Spacemacs initialization after layers configuration. You are free to put any user code." + (setq powerline-default-separator 'slant) ) ;; Do not write anything past this comment. This is where Emacs will |