Switch theme from catppuccin to modus-vivendi

modus-vivendi is built into Emacs 29+ so it loads reliably without
a MELPA install — better for WSL where package errors were occurring.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 15:35:44 -04:00
parent 9ac5b2beff
commit 7a82a6b8f8

View File

@@ -57,10 +57,10 @@
;;; Theme ;;; Theme
(use-package catppuccin-theme (use-package modus-themes
:ensure nil
:config :config
(setq catppuccin-flavor 'mocha) (load-theme 'modus-vivendi t))
(load-theme 'catppuccin t))
;;; Discoverability ;;; Discoverability