diff options
author | noa@gaiwan.org | 2024-07-11 05:56:47 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-11 05:56:47 +0000 |
commit | 2de2327c2c5f408392995bc101d6ed05d2173b6d (patch) | |
tree | e00447eb76ba7fa5bcd3c26e9fa11ad91d0a63f6 /config.org | |
parent | 5801558c35e93b7609174da0195dd6badb7be8a0 (diff) |
Remove tabs from tab bar
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 8 |
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) |