emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

tabspaces: theme tabspaces-session-file #213

Closed gokuldas closed 1 year ago

gokuldas commented 1 year ago

Tabspaces leverages the tab-bar feature to create buffer-isolated workspaces called tabspaces. The tabspaces-session-file is used for persisting tabspace configuration across emacs restarts. The default configuration is to save the session file as 'tabsession.el' in the user-emacs-directory. This is an s-expressions file. This is the only data file written by the package.

The variable is defined in tabspaces.el

Review request: The package code is an easy read. This is the only data file produced by the package as far as I can find from the code and the tests. However, a second verification is appreciated.

Thanks!

tarsius commented 1 year ago

Thanks! Looks good.