On Wed, Jan 12, 2011 at 9:56 AM, Philip Hudson <[email protected]> wrote: > I have something like this: > > (setq desktop-dirname "/foo/bar" > desktop-path '("/foo/bar")) > (setq-default desktop-path '("/foo/bar")) > (add-hook 'kill-emacs-hook (lambda () (desktop-save desktop-dirname))) > (require 'desktop) ;; seem to remember there was a reason for the late > `require' > (desktop-save-mode 1) > (require 'desktop-recover)
Thanks for the tip about saving desktops in emacs. I'll see if I can get that to work, Mark -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
