From b08bdbe7306f31f27543f8e6a55851de7a4391fe Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 30 May 2021 12:52:35 -0400 Subject: [PATCH] Enable bold/italic faces --- modules/themes.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/themes.org b/modules/themes.org index 7e3c74d..ecd58c4 100644 --- a/modules/themes.org +++ b/modules/themes.org @@ -25,7 +25,9 @@ High quality and modern colour themes are provides inside of Emacs via the ~doom #+begin_src emacs-lisp (use-package doom-themes - :init (load-theme 'doom-moonlight t)) + :init (load-theme 'doom-moonlight t) + :custom (doom-themes-enable-bold t) + (doom-themes-enable-italic t)) #+end_src * Shortcuts