diff options
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) |