summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org12
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