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

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

Re: Starting Emacs with different init file


From: Stefan Monnier
Subject: Re: Starting Emacs with different init file
Date: Tue, 28 Oct 2003 18:00:28 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I want to use different .emacs init files for different
> projects. This mostly because my lisp-fu is weak.

        emacs -l ~/Projects/.emacs

This will load both ~/.emacs and ~/Projects/.emacs.
If you only want the latter, then use:

        emacs -q -l ~/Projects/.emacs

But maybe improving your lisp-fu is the way of wisdom,


        Stefan


reply via email to

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