Closed habamax closed 6 years ago
Maxim Kim notifications@github.com writes:
Is it possible to have session restored on demand? Using some kebinding or command?
No, I don't want to add such command to avoid confusion, the purpose of this package is to work in background without querying the user once psession modes are enabled. If you want for some reason to restart emacs without loading previous session, just comment the (psession-mode 1) line in your config and restart emacs.
-- Thierry
Ok, that is fair.
Is it possible to have session restored on demand? Using some kebinding or command?
for ex:
So if I remove this non-existent command
psession-restore-last-session
I will end up having fresh emacs. But if needed I can recall the command and have it restored.Or maybe to have
psession-save-mode
that only saves current session and additional command to restore it?