help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Silencing Emacs Warning about Fira


From: Emanuel Berg
Subject: Re: Silencing Emacs Warning about Fira
Date: Fri, 08 Jul 2022 19:26:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lorenzo Isella wrote:

> ;; See https://github.com/jming422/fira-code-mode

Grep that for "non-graphical" and you get this:

(unless (display-graphic-p)
  (display-warning '(fira-code-ligatures) "fira-code-mode
  probably won't work for non-graphical displays!"))

So `display-graphic-p' returns nil for you, and truthfully so
I take it?

If so, read the help for `display-warning' ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]