help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Info nodes titles font size customization


From: Joost Kremers
Subject: Re: Info nodes titles font size customization
Date: 5 Oct 2008 20:01:23 GMT
User-agent: slrn/0.9.9 (Linux)

Drew Adams wrote:
> However, this is what I'd recommend: Set variable `custom-file' to the
> name of a different file from `.emacs', e.g. `~/rodolfo-custom-file', and
> then use Customize. It's much easier and cleaner than you think. This
> will keep all of the ugly Customize-maintained stuff out of your
> `.emacs'. See the Emacs manual, node Saving Customizations.

in your shell:

mkdir ~/.emacs.d

in ~/.emacs:

(setq custom-file "~/.emacs.d/custom.el")
(setq load-path (cons "~/.emacs.d" load-path))

that puts all the clutter from customize in custom.el, which is neatly
tucked away in a hidden directory. the second line allows you to put your
personal add-ons in that same directory, keeping the clutter out of your
home dir.


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]