parent
cdfef48b64
commit
11acc30400
1 changed files with 3 additions and 1 deletions
|
@ -464,7 +464,9 @@ treat Emacs as a non-application window."
|
||||||
:init
|
:init
|
||||||
(defadvice! doom--disable-all-the-icons-in-tty-a (orig-fn &rest args)
|
(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."
|
"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)
|
(if (display-multi-font-p)
|
||||||
(apply orig-fn args)
|
(apply orig-fn args)
|
||||||
"")))
|
"")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue