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
|
@ -378,10 +378,8 @@ So is [[https://github.com/catppuccin/emacs][Catppuccin]]
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:init
|
:init
|
||||||
(load-theme 'catppuccin :no-confirm)
|
|
||||||
:config
|
|
||||||
(setq catppuccin-flavor 'latte)
|
(setq catppuccin-flavor 'latte)
|
||||||
(catppuccin-reload))
|
(load-theme 'catppuccin :no-confirm))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Set fonts.
|
Set fonts.
|
||||||
|
|
Loading…
Reference in a new issue