diff options
| author | Juri Linkov | 2021-03-10 19:57:48 +0200 |
|---|---|---|
| committer | Juri Linkov | 2021-03-10 19:57:48 +0200 |
| commit | 5fa2775c0cab746d49aa0bcc96ecdcff23a9ba05 (patch) | |
| tree | 5870747250f75d07b4691d0396165190a59e404a /etc | |
| parent | 88409b21c23de13d0eac82f579cae9cc2f58d8b3 (diff) | |
| download | emacs-5fa2775c0cab746d49aa0bcc96ecdcff23a9ba05.tar.gz emacs-5fa2775c0cab746d49aa0bcc96ecdcff23a9ba05.zip | |
* lisp/tab-bar.el: 'C-x t G' (tab-group) assigns a group name to the tab.
* lisp/tab-bar.el (tab-bar--tab, tab-bar--current-tab): Add tab group if any.
(tab-bar-change-tab-group): New command.
(display-buffer-in-new-tab): Handle tab-group alist entry.
(tab-group): New alias.
(tab-prefix-map): Bind "G" to 'tab-group'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -541,6 +541,9 @@ It also supports a negative argument. | |||
| 541 | It also supports a negative argument. | 541 | It also supports a negative argument. |
| 542 | 542 | ||
| 543 | --- | 543 | --- |
| 544 | *** 'C-x t G' assigns a group name to the tab. | ||
| 545 | |||
| 546 | --- | ||
| 544 | *** New user option 'tab-bar-tab-name-format-function'. | 547 | *** New user option 'tab-bar-tab-name-format-function'. |
| 545 | 548 | ||
| 546 | --- | 549 | --- |