[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Set the default font to Courier 14 size ? possible to run emacs as b
From: |
Sebastian Kaps |
Subject: |
Re: Set the default font to Courier 14 size ? possible to run emacs as background always ? |
Date: |
Thu, 20 Sep 2007 08:25:30 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b28 (linux) |
// Mike H writes:
> How do you set the .emacs files such that the default font is Courier
> 14 size?
(set-default-font "-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso8859-1")
> Is it possible to modify .emacs file such that emacs will
> automatically run on background.
You can put (server-start t) in your .emacs file. When Emacs is running,
use "emacsclient <filename>" to open a new buffer with <filename>. Close
the buffer with 'C-x #'.
--
Ciao, Sebastian