Fix modus-themes: let MELPA install it, revert to modus-vivendi

Removing :ensure nil so use-package fetches from MELPA — the built-in
version was missing or too old on this Emacs install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 15:50:33 -04:00
parent a5a11c94d2
commit 213d7e30f2

View File

@@ -58,9 +58,8 @@
;;; Theme
(use-package modus-themes
:ensure nil
:config
(load-theme 'modus-vivendi-tinted t))
(load-theme 'modus-vivendi t))
;;; Discoverability