From 702623b49d9d2eaeffc0bcfab2ce031f74e40394 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 22 Nov 2016 20:58:27 -0500 Subject: [PATCH] Keep trying to make spacemacs a little faster --- spacemacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacemacs b/spacemacs index 483b9e1..9d31d92 100644 --- a/spacemacs +++ b/spacemacs @@ -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)