Add in ~/.emacs :
(setq default-frame-alist ‘((font . “-font-name-from-xfontsel”)))
-
pages
-
categories
-
archives
Add in ~/.emacs :
(setq default-frame-alist ‘((font . “-font-name-from-xfontsel”)))
Temporary:
M-: (mwheel-install)
Permanent:
Add the following in .emacs :
(cond (window-system (mwheel-install)))