diff --git a/core/core-ui.el b/core/core-ui.el index fd80d6000..b8081ec24 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -464,7 +464,9 @@ treat Emacs as a non-application window." :init (defadvice! doom--disable-all-the-icons-in-tty-a (orig-fn &rest args) "Return a blank string in tty Emacs, which doesn't support multiple fonts." - :around #'all-the-icons-insert + :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-multi-font-p) (apply orig-fn args) "")))