|
@@ -148,11 +148,26 @@ values."
|
148
|
148
|
dotspacemacs-colorize-cursor-according-to-state t
|
149
|
149
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
150
|
150
|
;; quickly tweak the mode-line size to make separators look not too crappy.
|
151
|
|
- dotspacemacs-default-font '("Ubuntu Mono"
|
152
|
|
- :size 16
|
153
|
|
- :weight normal
|
154
|
|
- :width normal
|
155
|
|
- :powerline-scale 2.2)
|
|
151
|
+ dotspacemacs-default-font '(("Ubuntu Mono"
|
|
152
|
+ :size 12.0
|
|
153
|
+ :weight normal
|
|
154
|
+ :width normal
|
|
155
|
+ :powerline-scale 2.2)
|
|
156
|
+ ("Menlo"
|
|
157
|
+ :size 14.0
|
|
158
|
+ :weight normal
|
|
159
|
+ :width normal
|
|
160
|
+ :powerline-scale 2.2)
|
|
161
|
+ ("Source Code Pro"
|
|
162
|
+ :size 13.0
|
|
163
|
+ :weight normal
|
|
164
|
+ :width normal
|
|
165
|
+ :powerline-scale 2.2)
|
|
166
|
+ ("FreeMono"
|
|
167
|
+ :size 12.0
|
|
168
|
+ :weight normal
|
|
169
|
+ :width normal
|
|
170
|
+ :powerline-scale 2.2))
|
156
|
171
|
;; The leader key
|
157
|
172
|
dotspacemacs-leader-key "SPC"
|
158
|
173
|
;; The key used for Emacs commands (M-x) (after pressing on the leader key).
|