dotfiles/.emacs.d/init.el
2023-12-23 18:12:04 +01:00

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)