Jump to content

Category:Emacs Lisp: Difference between revisions

Line 35:
You can also set a different font for Emacs:[https://www.reddit.com/r/emacs/comments/93htxs/setting_a_font_in_emacs/] Evaluate "(font-family-list)" in the scratch buffer. (This may cause some slowness of the editor if you have many fonts installed.) Then search backwards (Ctrl-r) for the font you want, to see its exact name. And finally put the font name and size into your ~/.emacs and restart Emacs, e.g.:
<pre>(set-frame-font "Courier Prime-20" nil t)</pre>
 
And finally, if you would like to suppress the welcome screen, put this in your .emacs:
<pre>(setq inhibit-startup-screen t)</pre>
 
==External links==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.