mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #2807: not enough args for format string
This commit is contained in:
@ -80,7 +80,7 @@ filename of each font. It is used as the source and destination filename."
|
||||
(when known-dest-p
|
||||
(message "Font downloaded, updating font cache... <fc-cache -f -v> ")
|
||||
(shell-command-to-string "fc-cache -f -v"))
|
||||
(message "Successfully %s `%s' fonts to `%s'!%s"
|
||||
(message "Successfully %s `%s' fonts to `%s'!"
|
||||
(if known-dest-p "installed" "downloaded")
|
||||
name font-dest)))
|
||||
|
||||
|
Reference in New Issue
Block a user