Re: edit .emacs and then ....
philipp <[email protected]> Thu, 30 Sep 2010 12:44:28 +0000 (UTC)
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
David <dpleydel <at> univ-fcomte.fr> writes: > ... Is there an easy way to either 1) get the new lisp code > working without closing and reopening, or 2) close and reopen and > still have all the same buffers available ... have a look at 1) M-x eval-region and 2) desktop-save-mode. you might as well use load-file or eval-buffer, but then usually you don't want to reapply everything in your .emacs but just bits..