From 0ed07d5c17e655a847b2692739ca0455d4ff103e Mon Sep 17 00:00:00 2001 From: Correl Date: Mon, 2 Aug 2021 15:47:03 -0400 Subject: [PATCH] [emacs] Reduce font size --- .doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 38c0483..5fbd342 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -10,7 +10,7 @@ I'm feeling the gruvbox theme lately. #+end_src ** Default font #+begin_src emacs-lisp - (setq doom-font (font-spec :family "Inconsolata" :size 20)) + (setq doom-font (font-spec :family "Inconsolata" :size 16)) #+end_src ** Dashboard Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly.