jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
72 stars 4 forks source link

doom-modeline: Segment menu does not update unless tab-bar-mode is enabled #190

Open jinnovation opened 3 months ago

jinnovation commented 3 months ago

In an Emacs setup with (tab-bar-mode -1), the menu bar as accessed from the Kele stays stuck in its uninitialized state.

image

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.