Reduce content of tab bar

Using `tab-bar-format-align-right` does not work, as it moves the remaining text
too much to the right so that it wraps over.
This commit is contained in:
Daniel - 2022-08-04 17:22:35 +02:00
parent 29a5a83ae7
commit 98283cad2a
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 6 additions and 1 deletions

View File

@ -578,7 +578,12 @@
math-units-table nil))
(use-package tab-bar
:init (setq tab-bar-show t)
:init (setq tab-bar-show t
tab-bar-format '(tab-bar-format-tabs
tab-bar-separator
;; tab-bar-format-align-right
;; current-time-string
))
:config (progn
(tab-bar-history-mode +1)))