From 706a8c4d29cd30f23ecc91b11f9183f20c1a1c4e Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 12 Jun 2020 21:31:39 -0700 Subject: [PATCH] fix: set source code pro --- .doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index bc72632..8740b71 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -19,7 +19,7 @@ ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: ;; (setq doom-font (font-spec :family "Source Code Pro" :size 12)) -(setq doom-font "monospace-11") +(setq doom-font "Source Code Pro-13") ;; 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