mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
8 lines
264 B
EmacsLisp
Executable file
8 lines
264 B
EmacsLisp
Executable file
(org-babel-load-file
|
|
(expand-file-name
|
|
"config.org"
|
|
user-emacs-directory))
|
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
|
(load-theme 'catppuccin t)
|
|
(setq catppuccin-flavor 'frappe) ;; or 'latte, 'macchiato, or 'mocha
|
|
(catppuccin-reload)
|