From b554515a89317f3e59c04cf0f813d5a354d7df48 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Apr 2024 16:59:53 -0500 Subject: need to intern fallback theme name --- modules/ui-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui-theme.el b/modules/ui-theme.el index 8d544f9f..64fa739b 100644 --- a/modules/ui-theme.el +++ b/modules/ui-theme.el @@ -87,7 +87,7 @@ If FILENAME isn't writeable, return nil. If successful, return t." "Display MSG and load ui-theme fallback-theme-name. Used to handle errors with loading persisted theme." (message (concat msg (format " Loading fallback theme %s" fallback-theme-name))) - (load-theme fallback-theme-name t)) + (load-theme (intern fallback-theme-name) t)) (defun cj/load-theme-from-file () "Apply the thame name contained in theme-file as the active UI theme. -- cgit v1.2.3