all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Default face - font questions.
@ 2014-08-14  1:01 Alexandros Prekates
  2014-08-14 14:30 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandros Prekates @ 2014-08-14  1:01 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

In emacswiki (1) i read:

To change the default font for new (non special-display) frames, put 
either of these in your init file 
<http://www.emacswiki.org/emacs/InitFile#init_file>:


    |(add-to-list 'default-frame-alist '(font . | /|FONT|/ |))|

    |(set-face-attribute 'default t :font | /|FONT|/ |))|

To change the default font for the current frame, as well as future 
frames, put either of these in your init file:


    |(set-face-attribute 'default nil :font | /|FONT|/ |))|

    |(set-frame-font | /|FONT|/ |nil t)|

|
I understand how when we are in the middle of an emacs session it'd help 
to have an option to change the
font only of the future-new frames.
|

|But i dont understand the difference of using the 't', or 'nil' option 
in an .init file when starting a new emacs session . Doesnt it hold than 
in that case all frames are newone making 't' superfluous in .init file?
|

|aprekates
|



(1) http://www.emacswiki.org/emacs/SetFonts


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-14 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14  1:01 Default face - font questions Alexandros Prekates
2014-08-14 14:30 ` Drew Adams
2014-08-14 14:46   ` Alexandros Prekates

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.