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

Add hooks for Easysession save and load events #6

Closed jamescherti closed 3 months ago

jamescherti commented 3 months ago

To enhance the flexibility and customization options of the easysession package, we need to introduce additional hooks that can be triggered before and after saving and loading sessions. These hooks will allow users to execute custom code during the session management process.

jamescherti commented 3 months ago

Merged.