emacs: Set catppuccin flavor before loading the theme

This commit is contained in:
Erwin Boskma 2024-07-05 11:39:45 +02:00
parent 819936c866
commit 817221d6f7
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -376,12 +376,10 @@ I like the [[https://draculatheme.com][dracula theme]]
So is [[https://github.com/catppuccin/emacs][Catppuccin]]
#+begin_src emacs-lisp
(use-package catppuccin-theme
:init
(load-theme 'catppuccin :no-confirm)
:config
(setq catppuccin-flavor 'latte)
(catppuccin-reload))
(use-package catppuccin-theme
:init
(setq catppuccin-flavor 'latte)
(load-theme 'catppuccin :no-confirm))
#+end_src
Set fonts.