mclear-tools / tabspaces

GNU General Public License v3.0
234 stars 16 forks source link

Question about tabspaces-exclude-buffers #50

Closed samb233 closed 11 months ago

samb233 commented 11 months ago

After 929e677, the default behavior of creating new tabs has changed. When creating a new tab, all the buffers in current tab would be kept in the new tab as these buffers are not in tabspaces-exclude-buffers. https://github.com/mclear-tools/tabspaces/blob/beab19358c9640493ab01bed8f7c1782b131357e/tabspaces.el#L133-L138 Is this behavior designed to be like this? Or would it be better to use and condition with line 137-138?

mclearc commented 11 months ago

Fixed - Thank you!