diff options
author | noa@gaiwan.org | 2024-06-29 09:31:12 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:31:12 +0000 |
commit | df8e6a550f7d2cc282ee453b830c6b36ef40f7fd (patch) | |
tree | 5aa5c5442ab0e27ac0e46f2cb436c57eb724794c /config.org | |
parent | 84d20cb01628e811b1bb465e50b7eaef405d41e1 (diff) |
Update tab bar to show tabs
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config.org b/config.org index ae121f5..f488f22 100644 --- a/config.org +++ b/config.org @@ -393,10 +393,14 @@ By default, the point has to be after a paren for it to be highlighted. But oft #+end_src #+begin_src elisp -(setopt tab-bar-mode t) -(setopt tab-bar-format '(tab-bar-format-menu-bar - tab-bar-format-align-right - tab-bar-format-global)) + (setopt tab-bar-mode t) + (setopt tab-bar-format '(tab-bar-format-menu-bar + tab-bar-format-history + tab-bar-format-tabs + tab-bar-separator + tab-bar-format-add-tab + tab-bar-format-align-right + tab-bar-format-global)) #+end_src #+begin_src elisp |