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

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

Re: Can I preload my ~/.emacs source for editing only?


From: David Kastrup
Subject: Re: Can I preload my ~/.emacs source for editing only?
Date: Tue, 04 May 2010 09:29:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Bill <bsagert@gmail.com> writes:

> When emacs is running I can C-x C-f to load my ~/.emacs source into a
> buffer for editing. That is easy enough, but I would like to know how
> to do it programmaticaly so it preloads on startup. Using (load "path-
> to-dot-emacs") makes emacs protest about redundant evaluation. This
> newbie just wants to edit, not evaluate.

Why do you use load then?  find-file would appear to be what you are
looking for.

-- 
David Kastrup


reply via email to

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