From 5458215dfb5250ea10a7c1cb5835f605fe0c6179 Mon Sep 17 00:00:00 2001 From: Correl Date: Tue, 23 May 2023 00:07:13 -0400 Subject: [PATCH] [emacs] Fix catppuccin theme loading --- .doom.d/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 3afe006..15d22c8 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -7,8 +7,8 @@ It's Catppuccin time! #+begin_src emacs-lisp (use-package! catppuccin-theme - :config (setq catppuccin-flavor 'macchiato - doom-theme 'catppuchin)) + :init (setq catppuccin-flavor 'macchiato) + :config (setq doom-theme 'catppuccin)) #+end_src ** Default font #+begin_src emacs-lisp