cli/doctor: fix void-variable font-dest error
...when a font is missing.
This commit is contained in:
parent
2158b7bdeb
commit
5c3f7d648d
1 changed files with 1 additions and 2 deletions
|
@ -145,8 +145,7 @@ in."
|
||||||
(insert (cdr (doom-call-process "fc-list")))
|
(insert (cdr (doom-call-process "fc-list")))
|
||||||
(re-search-backward "Fira" nil t))
|
(re-search-backward "Fira" nil t))
|
||||||
(success! "Found font %s" font)
|
(success! "Found font %s" font)
|
||||||
(print! (warn "Warning: couldn't find %s font in %s")
|
(print! (warn "Warning: couldn't find %S font") font)
|
||||||
font font-dest)
|
|
||||||
(explain! "You can install it by running `M-x all-the-icons-install-fonts' within Emacs.\n\n"
|
(explain! "You can install it by running `M-x all-the-icons-install-fonts' within Emacs.\n\n"
|
||||||
"This could also mean you've installed them in non-standard locations, in which "
|
"This could also mean you've installed them in non-standard locations, in which "
|
||||||
"case feel free to ignore this warning."))))))
|
"case feel free to ignore this warning."))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue