FG
💻 Software

How to restore Emacs' windows and buffers from the last session?

Fresh5 days ago
Mar 15, 20264842 views
Confidence Score0%
0%

Problem

How to restore Emacs' windows and buffers from the last session? The behavior I want is like in web browser that you can restore all the tabs from last session.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to restore Emacs' windows and buffers from the last session?

Low Risk

go to your .emacs file and type (desktop-save-mode 1) this will save all current buffers to a "desktop" file, it wont save the actual layout of your frames but you can look into "registers" for that.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment