From 43244f037eacc746d86047cb9c59c4e427092601 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 30 Sep 2017 08:58:55 +0200 Subject: [PATCH] spacemacs: remove font size setting which is broken on hidpi --- spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs b/spacemacs index 6b075c9..0727a7c 100644 --- a/spacemacs +++ b/spacemacs @@ -91,7 +91,7 @@ before layers configuration." ;; size to make separators look not too crappy. dotspacemacs-default-font '(;"Source Code Pro" "Monospace" - :size 14 + ;; :size 14 :weight normal :width normal :powerline-scale 1.1)