We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In an Emacs setup with (tab-bar-mode -1), the menu bar as accessed from the Kele stays stuck in its uninitialized state.
(tab-bar-mode -1)
Upon enabling tab-bar-mode, the menu immediately initializes.
tab-bar-mode
This suggests that doom-modeline itself does not run menu-bar-update-hook. Which makes sense. But maybe it should?
menu-bar-update-hook
Let's open a ticket w/ doom-modeline to discuss further.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In an Emacs setup with
(tab-bar-mode -1)
, the menu bar as accessed from the Kele stays stuck in its uninitialized state.Upon enabling
tab-bar-mode
, the menu immediately initializes.This suggests that doom-modeline itself does not run
menu-bar-update-hook
. Which makes sense. But maybe it should?Let's open a ticket w/ doom-modeline to discuss further.
The text was updated successfully, but these errors were encountered: