mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-05 23:05:37 +01:00
8 lines
270 B
EmacsLisp
Executable file
8 lines
270 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)
|