I would like a slightly smaller font for use in GNU Emacs. I currently have
(custom-set-faces '(default ((t (:family "Courier" :size "10pt"))) t)) In my .emacs file, which I imaging was put there when Emacs was configured, because I didn't put it there. It may have been made by XEmacs, because it changes the font size on XEmacs, but not GNU emacs. How do I make my font size smaller in GNU Emacs? Tom