From 5628ffdbe878cc9144ab1a8f3cbdf612a7775c6f Mon Sep 17 00:00:00 2001 From: Correl Date: Mon, 28 Jun 2021 19:36:53 -0400 Subject: [PATCH] [emacs] Update default font --- .doom.d/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.doom.d/config.org b/.doom.d/config.org index d396699..c5c8481 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -8,6 +8,10 @@ I'm feeling the gruvbox theme lately. #+begin_src emacs-lisp (setq doom-theme 'doom-gruvbox) #+end_src +** Default font +#+begin_src emacs-lisp + (setq doom-font (font-spec :family "Inconsolata" :size 20)) +#+end_src ** Dashboard Customize the Doom Emacs dashboard with commissioned artwork, chosen randomly. The dashboard can be reloaded with the =g= key.