You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using (setq prefix-help-command #'embark-prefix-help-command), normally everything is fine, but for some reason in combination with lsp-mode (which uses a right-click popup menu), it doesn't show you the actual key bindings, but only "menu-item" (even though these items do have keybindings as well as being in the menu):
Whereas if you use the standard prefix-help-command, it succeeds in showing you the bindings:
I can't tell if it's embark-bindings-in-keymap that needs to be more clever, or if it's lsp-mode's lsp-define-conditional-key that does something in a nonstandard way.
The text was updated successfully, but these errors were encountered:
When using
(setq prefix-help-command #'embark-prefix-help-command)
, normally everything is fine, but for some reason in combination withlsp-mode
(which uses a right-click popup menu), it doesn't show you the actual key bindings, but only "menu-item" (even though these items do have keybindings as well as being in the menu):Whereas if you use the standard prefix-help-command, it succeeds in showing you the bindings:
I can't tell if it's
embark-bindings-in-keymap
that needs to be more clever, or if it's lsp-mode'slsp-define-conditional-key
that does something in a nonstandard way.The text was updated successfully, but these errors were encountered: