emacs: Set catppuccin flavor before loading the theme
This commit is contained in:
parent
819936c866
commit
817221d6f7
1 changed files with 4 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue