From 9da97acdc1951cb3448450a01926b82af298ca42 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 16 May 2021 10:40:52 -0400 Subject: [PATCH] Fix wrong theme name --- modules/themes.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/themes.org b/modules/themes.org index f7df5d0..7e3c74d 100644 --- a/modules/themes.org +++ b/modules/themes.org @@ -25,7 +25,7 @@ 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-modeline t)) + :init (load-theme 'doom-moonlight t)) #+end_src * Shortcuts