Re: [oi-dev] Emacs has a bad font

2024-06-11 Thread Andreas Wacknitz via oi-dev
Am 11.06.24 um 21:34 schrieb Andreas Wacknitz via oi-dev: Rereading the thread I realized that you are using the nox variant of emacs and this is bound to the font being used by the terminal window. I have checked mine here and I don't seem to have the problems you experienced. Have you tried to

Re: [oi-dev] Emacs has a bad font

2024-06-11 Thread Andreas Wacknitz via oi-dev
I am an emacs user and have configured it to use my preferred font. This (use-package font   :no-require   :hook (after-init . setup-fonts)   :preface   (defun font-installed-p (font-name)     "Check if a font with FONT-NAME is available."     (find-font (font-spec :name font-name)))   (defun se