summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-11 05:56:47 +0000
committernoa@gaiwan.org2024-07-11 05:56:47 +0000
commit2de2327c2c5f408392995bc101d6ed05d2173b6d (patch)
treee00447eb76ba7fa5bcd3c26e9fa11ad91d0a63f6
parent5801558c35e93b7609174da0195dd6badb7be8a0 (diff)
Remove tabs from tab bar
-rw-r--r--config.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.org b/config.org
index 6ec978f..f9cf2d5 100644
--- a/config.org
+++ b/config.org
@@ -392,10 +392,10 @@ By default, the point has to be after a paren for it to be highlighted.  But oft
 #+begin_src elisp
   (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-history
+                           ;; tab-bar-format-tabs
+                           ;; tab-bar-separator
+                           ;; tab-bar-format-add-tab
                            tab-bar-format-align-right
                            tab-bar-format-global))
   (setopt tab-bar-tab-hints t)