You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ergo...@googlegroups.com
Hi,
I've been playing lately trying to customize the way the function 'desktop-settings-setup works.
I like the functionality, but I'd like it to be able to save the desktop on demand rather than automatically. This is since I work on way too many buffers, when I close emacs and open it again it takes ages. The part I can't make work is that once you load a saved desktop then the next time you open emacs no previous buffers are loaded.
Any suggestions?
Greetings
Xah Lee
unread,
Sep 20, 2012, 10:52:22 AM9/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ergo...@googlegroups.com
hey Jorge. Good morn.
my trick is not to open so many buffers. :D
if you look at
(defun desktop-settings-setup ()
there's a hook to opening file. When a file is opened, it'll save desktop.
Remove that section will probably do it for you.
but let me know if that works for you.
i haven't played with loading desktop file manually...