|
|
|
@ -138,11 +138,11 @@ values." |
|
|
|
dotspacemacs-colorize-cursor-according-to-state t |
|
|
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to |
|
|
|
;; quickly tweak the mode-line size to make separators look not too crappy. |
|
|
|
dotspacemacs-default-font '("Fira Code - Light" |
|
|
|
dotspacemacs-default-font '("Fira Code Light" |
|
|
|
:size 13 |
|
|
|
:weight normal |
|
|
|
:width normal |
|
|
|
:powerline-scale 1.1) |
|
|
|
:powerline-scale 1.0) |
|
|
|
;; The leader key |
|
|
|
dotspacemacs-leader-key "SPC" |
|
|
|
;; The key used for Emacs commands (M-x) (after pressing on the leader key). |
|
|
|
@ -247,7 +247,7 @@ values." |
|
|
|
;; If non nil show the color guide hint for transient state keys. (default t) |
|
|
|
dotspacemacs-show-transient-state-color-guide t |
|
|
|
;; If non nil unicode symbols are displayed in the mode line. (default t) |
|
|
|
dotspacemacs-mode-line-unicode-symbols t |
|
|
|
dotspacemacs-mode-line-unicode-symbols nil |
|
|
|
;; If non nil smooth scrolling (native-scrolling) is enabled. Smooth |
|
|
|
;; scrolling overrides the default behavior of Emacs which recenters point |
|
|
|
;; when it reaches the top or bottom of the screen. (default t) |
|
|
|
|