From 7400c6e58d020e2bd27d9a3b63b44f7d7e833428 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sun, 8 Dec 2024 16:07:48 +0100 Subject: [PATCH] tweak(core): use `modus-operandi` as fallback theme --- core/me-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/me-lib.el b/core/me-lib.el index 338b2cce..1c784196 100644 --- a/core/me-lib.el +++ b/core/me-lib.el @@ -223,7 +223,7 @@ If `minemacs-verbose-p' is non-nil, do not print any message to (+error! "Cannot load theme %S, trying to load the default theme %S" minemacs-theme default-theme) (unless (ignore-errors (load-theme default-theme t)) (+error! "Cannot load default theme %S, falling back to the builtin tsdh-light theme" default-theme) - (load-theme 'tsdh-light t))))) + (load-theme 'modus-operandi t))))) ;; Run hooks (run-hooks 'minemacs-after-load-theme-hook))