Splash: forgot to expect string not symbol

This commit is contained in:
TEC 2020-10-14 00:40:25 +08:00
parent 899ac339d4
commit 2406f41175
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ quite a nice resizing effect.
(defun fancy-splash-filename (theme-name height)
(expand-file-name (concat (file-name-as-directory "theme-splashes")
(symbol-name theme-name)
theme-name
"-" (number-to-string height) ".svg")
doom-cache-dir))