From 6a86d829e1e3371a1578c666dd55b2bd6ebc1083 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Aug 2021 11:43:33 -0400 Subject: [PATCH] [emacs] Shame on me using an odd num font --- emacs/.config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 97e767c..c75bb2e 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -19,7 +19,7 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus for it's retro charm. Nimbus just doesn't look great when I'm tired though. #+BEGIN_SRC emacs-lisp (setq doom-theme 'farmhouse-dark - doom-font (font-spec :family "JetBrains Mono" :size 11 :weight 'regular) + doom-font (font-spec :family "JetBrains Mono" :size 10 :weight 'regular) doom-big-font (font-spec :family "JetBrains Mono" :size 18 :weight 'regular) doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) #+END_SRC