chore(workspaces): minor improvement to custom tab format

This commit is contained in:
2022-04-16 23:17:44 +01:00
parent a360761e10
commit 3630c66930

View File

@@ -124,8 +124,9 @@
(hint-face (if current-p
'siren-tab-bar-tab-hint
'siren-tab-bar-tab-hint-inactive)))
(concat (propertize (if tab-bar-tab-hints (format " %d:" (- i 1)) " ")
'face hint-face)
(concat (propertize " " 'face tab-face)
(if tab-bar-tab-hints (propertize
(format "%d:" (- i 1)) 'face hint-face))
(propertize
(concat
(alist-get 'name tab)