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

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

Re: Include file in .emacs


From: David Porter
Subject: Re: Include file in .emacs
Date: Wed, 22 Nov 2000 16:56:44 -0700
User-agent: Mutt/1.0.1i

* Florian Sukup <flo@arvak.aon.at>:

> I am writing my 'define-mail-alias' commands into a seperate file. I want
> to have it called when .emacs is loaded at starting emacs. What is the
> command for that?

(load "/path/to/file" nil t)

> If I change my mail aliases and I want to read in that file during the
> current session, how can I do that?

M-x load-file

HTH, David



reply via email to

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