projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
899452c
)
[spacemacs] use bigger font & slant powerline
author
Amin Bandali
<me@aminb.org>
Sun, 14 Feb 2016 00:43:54 +0000
(19:43 -0500)
committer
Amin Bandali
<me@aminb.org>
Sun, 14 Feb 2016 00:43:54 +0000
(19:43 -0500)
spacemacs/.spacemacs
patch
|
blob
|
blame
|
history
diff --git
a/spacemacs/.spacemacs
b/spacemacs/.spacemacs
index
a375541
..
2aaefbe
100644
(file)
--- 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"
;; 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 1
3
+ :size 1
4
:weight normal
:width normal
: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'
;; 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."
"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
)
;; Do not write anything past this comment. This is where Emacs will