Skip to content

Commit

Permalink
tweak(tab-bar): use filled numbers for hints
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 1, 2023
1 parent 5297c42 commit a76e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ or file path may exist now."
(defun +tab-bar-tab-spaced-name-format (tab i)
(let ((current-p (eq (car tab) 'current-tab)))
(propertize
(concat (if tab-bar-tab-hints (format " %c " (+ ? (1- i))) "")
(concat (if tab-bar-tab-hints (format " %c " (+ ? (1- i))) "")
(alist-get 'name tab)
(or (and tab-bar-close-button-show
(not (eq tab-bar-close-button-show
Expand Down

0 comments on commit a76e2c0

Please sign in to comment.