mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(workspaces): minor improvement to custom tab format
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user