Use display-multi-font-p check in all-the-icons advice
display-multi-font-p is just an alias for display-graphic-p, but it communicates better the purpose of this advice.
This commit is contained in:
parent
82ae3a73f3
commit
be46d31866
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ treat Emacs as a non-application window."
|
||||||
:around '(all-the-icons-octicon all-the-icons-material
|
:around '(all-the-icons-octicon all-the-icons-material
|
||||||
all-the-icons-faicon all-the-icons-fileicon
|
all-the-icons-faicon all-the-icons-fileicon
|
||||||
all-the-icons-wicon all-the-icons-alltheicon)
|
all-the-icons-wicon all-the-icons-alltheicon)
|
||||||
(if (display-graphic-p)
|
(if (display-multi-font-p)
|
||||||
(apply orig-fn args)
|
(apply orig-fn args)
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue