fancy-splash: do not emit file name when saving

This commit is contained in:
TEC 2022-11-08 23:29:38 +08:00
parent 27cf1ef1ee
commit 1a101bd5e3
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -2202,7 +2202,8 @@ and the current theme."
(replace-match replacement nil nil))))
(unless (file-exists-p fancy-splash-cache-dir)
(make-directory fancy-splash-cache-dir t))
(write-region nil nil (fancy-splash-filename (car custom-enabled-themes) template height) nil nil)))
(let ((inhibit-message t))
(write-region nil nil (fancy-splash-filename (car custom-enabled-themes) template height)))))
#+end_src
We may as well generate each theme's appropriate images in bunk.