jamescherti / easysession.el

Emacs package: Easily persist and restore your editing sessions effortlessly.
https://github.com/jamescherti/easysession.el
GNU General Public License v3.0
30 stars 3 forks source link

Use one loop to save base buffers and indirect buffers #3

Closed jamescherti closed 3 months ago

jamescherti commented 3 months ago

Modify easysession to save base buffers and indirect buffers within a single loop, rather than using separate loops. This adjustment will minimize the number of loop iterations, improving efficiency by consolidating the operations into a single pass.

jamescherti commented 3 months ago

Fixed.