-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions for using fonts in Emacs #18
Comments
From: Per Nordlöw ***@***.***>
Date: Tue, 15 Oct 2024 06:35:20 -0700
Is there an instruction for installing these fonts so that they are
automatically chosen by Emacs?
If you are on Linux, I think there is no need for an Emacs-specific
setting. You will need to set them up as the default/preferred fonts via
fontconfig. You can check my dotfiles' "fontconfig" folder for an idea:
<https://github.com/protesilaos/dotfiles>.
All files go inside ~/.config/fontconfig/conf.d/
…--
Protesilaos Stavrou
https://protesilaos.com
|
Emacs SetupAdd this to your init.el: (set-face-attribute 'default nil :font "Iosevka Comfy Motion 14") Of course, set the variant and size you want.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an instruction for installing these fonts so that they are automatically chosen by Emacs?
The text was updated successfully, but these errors were encountered: