-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to save and restore a desktop in emacs? #25
Comments
The above works for me in Spacemacs Mac OS Emacs 26.3. |
@kenbolton Even after reboot? |
After quitting emacs clients & daemon, upon starting emacs I can load saved desktops. |
@kenbolton What emacs shell can you restore e.g. ansi-termin, vterm, something else? |
@RidaAyed I removed |
Thank you. May I ask how you restore your project terminals these days?
Ken Bolton ***@***.***> writes:
… @RidaAyed I removed desktop-plus from my setup a while ago in an effort to simplify my config. I used multi-term. I
may explore aweshell going forward, but idk. Emacs is an embarrassment of riches.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I do it manually, if I shut down emacs at all. |
Whatever desktop I save, after restarting emacs it's lost. What settings are required to simply reload one python (.py) buffer and a terminal (anyone is fine e.g. term, multiterm, ansi, eshell etc.) beside?
My workflow:
m-x
desktop+-create 'foo'm-x
desktop+-load (select foo in minibuffer)'(desktop-save nil)
in init.el makes no differenceThe text was updated successfully, but these errors were encountered: