summaryrefslogtreecommitdiff
path: root/modules/ui-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ui-theme.el')
-rw-r--r--modules/ui-theme.el2
1 files changed, 1 insertions, 1 deletions
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.