How do I change emacs default font size and font type?
问题 I am using emacs 23.3. I need to change the font size and font type, can anyone help me? 回答1: You can use the menu bar. Go to Options -> Set Default Font... . After you choose a font, don't forget to press Options -> Save Options —otherwise your new font will not be saved after you close Emacs. 回答2: You can also do the following in your .emacs file. Emacs 23.1 (set-frame-font "Inconsolata 12" nil t) Older versions of Emacs (set-default-font "Inconsolata 12" nil t) 回答3: To get an extended list