emacs-devel
[Top][All Lists]
Advanced

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

Re: desktop


From: Lars Hansen
Subject: Re: desktop
Date: Sun, 24 Aug 2003 08:01:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130

Richard Stallman wrote:

   >Are you saying that the second option is a mistake?
> > Yes. The desktop module adds an anonymous function to the after-init-hook, this function calls desktop-read.

So is this correct?

   (desktop-load-default)
   (setq desktop-enable t)

Actually only the second line is needed. During startup default.el is loaded before after-init-hook is called, so there is no point in loading default.el manually.
So this is correct:

   (setq desktop-enable t)






reply via email to

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