;; 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'
"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