From 9012635d3fc51e4142dd2eaae647656f68af82f2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 31 Dec 2019 02:27:31 -0500 Subject: [PATCH] Remove default doom-variable-pitch-font in config.el template "sans" may not be available. --- core/templates/config.example.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/templates/config.example.el b/core/templates/config.example.el index 102881e80..0af845956 100644 --- a/core/templates/config.example.el +++ b/core/templates/config.example.el @@ -18,9 +18,7 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -;; test -(setq doom-font (font-spec :family "monospace" :size 14) - doom-variable-pitch-font (font-spec :family "sans")) +(setq doom-font (font-spec :family "monospace" :size 14)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the