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

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

Re: reloading emacs


From: Pascal Bourguignon
Subject: Re: reloading emacs
Date: 09 Sep 2003 19:07:21 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) 21.3.50.pjb1.1

Jim Hurley <jhurley@katana-technology.com> writes:

> Hello,
> 
> Was just wondering how I could tie the reloading of 
> .emacs to a function key. This seems desirable to
> quickly check changes I make to the file.

(global-set-key [f9] (lambda (&rest args) (interactive) (load "~/.emacs")))


-- 
__Pascal_Bourguignon__
http://www.informatimago.com/
Do not adjust your mind, there is a fault in reality.


reply via email to

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