From 74e1143ac0a551ce3ba0a4386c56d8f55c28d1f6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 Dec 2019 21:48:35 -0500 Subject: [PATCH] Don't disable all-the-icons in tty Emacs Too much hassle to police. I'll leave it to users to disable. --- core/core-ui.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index af27e4deb..d17844037 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -461,16 +461,7 @@ treat Emacs as a non-application window." all-the-icons-fileicon all-the-icons-wicon all-the-icons-material - all-the-icons-alltheicon) - :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-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) - ""))) + all-the-icons-alltheicon)) ;;;###package hide-mode-line-mode (add-hook! '(completion-list-mode-hook Man-mode-hook)