Browse Source

Keep trying to make spacemacs a little faster

master
Brett Langdon 9 years ago
parent
commit
702623b49d
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      spacemacs

+ 3
- 3
spacemacs View File

@ -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)


Loading…
Cancel
Save