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

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

Re: Take effect on changes in .emacs without closing emacs


From: Rob Wolfe
Subject: Re: Take effect on changes in .emacs without closing emacs
Date: Wed, 16 Apr 2008 21:58:38 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1 (gnu/linux)

istillshine@gmail.com writes:

> How to see the results of my change of .emacs without exiting emacs?

I use this function:

;; reload the init file 
(defun reload ()                                         
  "Reload the .emacs file" 
  (interactive "*" )
  (load-file ".emacs"))

HTH,
Rob


reply via email to

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