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

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

Re: running emacs on a usb disk


From: Kevin Rodgers
Subject: Re: running emacs on a usb disk
Date: Mon, 30 Aug 2004 13:33:59 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Johan Bockgård wrote:

> Read about "site-start.el" and "default.el" here:
> http://www.gnu.org/software/emacs/manual/html_node/Init-File.html

Since site-run-file (site-start.el) is loaded before ~/.emacs
(user-init-file) but default.el is loaded after it, I think what the
OP needs to to is set user-init-file within site-start.el:

(setq user-init-file "f:\\some\\path\\.emacs")

--
Kevin Rodgers



reply via email to

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