Skip to content

Commit

Permalink
tweak(core): use modus-operandi as fallback theme
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 8, 2024
1 parent f0c984a commit 7400c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 7400c6e

Please sign in to comment.