diff --git a/core/core-ui.el b/core/core-ui.el index 40606a949..fdacfd397 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -462,7 +462,7 @@ treat Emacs as a non-application window." :around '(all-the-icons-octicon all-the-icons-material all-the-icons-faicon all-the-icons-fileicon all-the-icons-wicon all-the-icons-alltheicon) - (if (display-graphic-p) + (if (display-multi-font-p) (apply orig-fn args) "")))