feat: emacs - catppuccin-theme and docs

This commit is contained in:
Ryan Yin
2024-01-03 09:53:14 +08:00
parent 65a07315f2
commit 906fd006b0
4 changed files with 12 additions and 4 deletions
@@ -32,7 +32,11 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
;; (setq doom-theme 'doom-one)
;; https://github.com/catppuccin/emacs/
(setq doom-theme 'catppuccin)
(setq catppuccin-flavor 'mocha) ;; or 'latte, 'macchiato, or 'frappe
(catppuccin-reload)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
@@ -14,6 +14,7 @@
(package! wakatime-mode
:recipe (:host github :repo "wakatime/wakatime-mode" :files ("*.el" "dist")))
(package! catppuccin-theme)
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)