Saving Window Configurations in Emacs - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T17:21:34Z http://stackoverflow.com/feeds/question/392314 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/392314/saving-window-configurations-in-emacs 2 Saving Window Configurations in Emacs dnolen 2008-12-24T22:58:55Z 2008-12-25T02:45:10Z <p>I'm wondering if there's a way to save window configurations across emacs sessions. I know desktop-save is fantastic for preserving buffers and whatnot and the emacs manual demonstrates storing a window configuration into a register but this doesn't persist across sessions.</p> <p>Of course this doesn't seem like it would be too hard to implement myself...</p> http://stackoverflow.com/questions/392314/saving-window-configurations-in-emacs/392454#392454 3 Answer by Joe Casadonte for Saving Window Configurations in Emacs Joe Casadonte 2008-12-25T02:45:10Z 2008-12-25T02:45:10Z <p>EmacsWiki is a great resource: <a href="http://www.emacswiki.org/emacs/SessionManagement" rel="nofollow">EmacsWiki: Session Management</a></p> <p>Looks like <a href="http://www.emacswiki.org/emacs/WindowsMode" rel="nofollow">Windows Mode</a>, or more specifically revive.el, is what you want.</p>