diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2020-08-13 22:53:23 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2020-08-13 22:53:23 -0700 |
| commit | e92a47293396a088e9666ac1f5480f5aac7c08ab (patch) | |
| tree | 3d46dccc817ccf243becf9758c91e8ed8b80d81e | |
| parent | ba5e590aeed9329c52ae8906a58061c5dc242c36 (diff) | |
Update documentation: discuss Emacs 27 tabs.
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -85,6 +85,19 @@ The following Emacs packages implement comparable functionality: - [ElScreen](https://github.com/knu/elscreen): Supports window layouts but not buffer lists; seems unmaintained. +Emacs 27 includes two new buffer and window organizing features: Tab Line +(`global-tab-line-mode`) and Tab Bar (`tab-bar-mode`). +- Tab Line maintains a list of buffers which had been opened in a given window, + and anchors it to that window. It is analogous to tabs as used in web browsers + and other text editors, and therefore orthogonal to Perspective. +- Tab Bar maintains window layouts (with optional names). In this, it is similar + to Perspective. Unlike Perspective, it does not support buffer lists. Using + Perspective and Tab Bar at the same time is not recommended at this time, + since the tab list is global (i.e., will show up in all perspectives) and is + likely to cause confusion. It would be an interesting future feature for + Perspective to adopt the tab bar and allow keeping a distinct set of tabs + per-perspective. + ## Compatibility |
