Stéphane Marks
Stéphane Marks
bufferlo stores a tab-bar tab group and will automatically assign it to the newly opened tab if your post-open hook hasn't already assigned one. If you assign an "explicit" name...
Here's what's in mine ```elisp (defun my/tab-bar-tab-post-open-function (tab) (my/tab-bar-set-id nil tab) (my/tab-bar-tab-set-project-and-group tab 'maybe-sort)) (add-hook 'tab-bar-tab-post-open-functions #'my/tab-bar-tab-post-open-function) ``` If you need to, you can also test to see if a...
Also, my `bufferlo-bookmark-tab-handler-functions` and `bufferlo-bookmark-frame-handler-functions` are empty.
Sets use the underlying frame and tab code so there should be zero difference.
Tabs loaded from sets automatically set bufferlo-bookmark-tab-replace-policy 'replace so that would explain the behavior. The situation this helps with is if you open a tab bookmark that is in a...