]> git.eshelyaron.com Git - emacs.git/commit
* lisp/tab-bar.el: Tab groups can be displayed with tab-bar-format-tabs-groups
authorJuri Linkov <juri@linkov.net>
Sun, 14 Mar 2021 09:29:31 +0000 (11:29 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 14 Mar 2021 09:29:31 +0000 (11:29 +0200)
commitf9b737fb9d21ac7adff403274167e76e77d033b8
tree98b6a2af59fad4e3ea1a363fafdc138e55d65a81
parent0a60e5d33c82803d68970c71a2e9ac9fcde5c2c6
* lisp/tab-bar.el: Tab groups can be displayed with tab-bar-format-tabs-groups

* lisp/tab-bar.el (tab-bar-format): Turn defvar into defcustom.
Add :options and force-mode-line-update in :set.
(tab-bar--format-tab): New function refactored from tab-bar-format-tabs.
(tab-bar-format-tabs): Move most of code to tab-bar--format-tab and call it.
(tab-bar-tab-group-format-function): New defcustom.
(tab-bar-tab-group-format-default): New function.
(tab-bar--format-tab-group, tab-bar-format-tabs-groups): New functions.
(tab-bar-format-align-right, tab-bar-format-global): Shorten id.
(tab-bar-change-tab-group): Add refs to tab-bar-format in docstring.
etc/NEWS
lisp/tab-bar.el