feat(config): Switch to dark theme and enable

org-habit

- Change theme from modus-operandi to modus-vivendi-tritanopia
- Enable org-habit module for habit tracking
- Reformat org package recipe for better readability
This commit is contained in:
Zelong Kuang
2025-12-06 01:06:14 +11:00
parent 27df7434d4
commit 59e3b5c935
3 changed files with 24 additions and 32 deletions

View File

@@ -16,7 +16,7 @@
(add-to-list 'default-frame-alist '(width . 100))))
(setq catppuccin-flavor 'catppuccin)
(setq doom-theme 'modus-operandi)
(setq doom-theme 'modus-vivendi-tritanopia)
(setq display-line-numbers-type 'relative)
(setq org-directory "~/org/")
@@ -157,4 +157,4 @@
#'my/org-latex-preview-uncenter)))
)
;; (add-to-list 'org-modules 'org-habit)
(add-to-list 'org-modules 'org-habit)