diff options
Diffstat (limited to 'lisp/+tab-bar.el')
-rw-r--r-- | lisp/+tab-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+tab-bar.el b/lisp/+tab-bar.el index b11be2c..bbfbcf8 100644 --- a/lisp/+tab-bar.el +++ b/lisp/+tab-bar.el | |||
@@ -122,7 +122,7 @@ Used by `tab-bar-format-menu-bar'." | |||
122 | 122 | ||
123 | (defun +tab-bar-format-menu-bar () | 123 | (defun +tab-bar-format-menu-bar () |
124 | "Produce the Menu button for the tab bar that shows the menu bar." | 124 | "Produce the Menu button for the tab bar that shows the menu bar." |
125 | `((menu-bar menu-item (propertize " Ɛ " 'face '+tab-bar-extra) | 125 | `((menu-bar menu-item (propertize " 𝜀 " 'face '+tab-bar-extra) |
126 | +tab-bar-menu-bar :help "Menu Bar"))) | 126 | +tab-bar-menu-bar :help "Menu Bar"))) |
127 | 127 | ||
128 | 128 | ||