Answer the question
In order to leave comments, you need to log in
How to install font in emacs?
There is a font folder. Drag it to ~/.emacs.d. What to write in ~/.emacs.d/init.el to use this font in emacs. More precisely, I'm interested in how to set the path to the font: I don't want to install the font into the system, and then point to it in emacs. I want to set the path to the font in the init.el file and tell the editor to use this font. How to do it?
PS For example, the color-theme plugin is installed like this:
(add-to-list 'load-path "~/EmacsCasts/episode03/color-theme/")
(require 'color-theme)
(color-theme-initialize)
(setq color-theme-is-global t)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question