mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user