this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fonts updated

+2 -2
+2 -2
spacemacs
··· 225 225 ;; Default font, or prioritized list of fonts. `powerline-scale' allows to 226 226 ;; quickly tweak the mode-line size to make separators look not too crappy. 227 227 dotspacemacs-default-font 228 - `("SF Mono" 228 + `("JetBrains Mono" 229 229 ,(if (string-equal system-type "darwin") :size);; :size 16 230 230 ,(if (string-equal system-type "darwin") 16);; :size 16 231 231 :weight normal 232 232 :width normal 233 - :powerline-scale 1.1 233 + :powerline-scale 1.2 234 234 ) 235 235 ;; The leader key (default "SPC") 236 236 dotspacemacs-leader-key