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

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

Re: re-loading .emacs file


From: Kevin Rodgers
Subject: Re: re-loading .emacs file
Date: Thu, 24 Jul 2003 09:33:52 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Lowell wrote:

I would sometimes like to change my .emacs file and then re-load the new version. Usually if my change is adding stuff to the file, I can just just re-load the file without interrupting emacs. However, if I want to _remove_ a binding form the file, what I've been doing is totally restarting emacs. This seems like overkill. Is there a better way to reinitialize emacs with the new version of my .emacs?

If it's a global binding, just do `M-x global-unset-key'.  If it's a local

binding, go to a buffer in the appropriate mode and do `M-x local-unset-key'.

--
Kevin Rodgers



reply via email to

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