Fork me on GitHub
#spacemacs
<
2024-02-14
>
practicalli-johnny22:02:45

There has been a change to the helm-discbinds Emacs package which can prevent which-key menu from displaying. https://github.com/syl20bnr/spacemacs/issues/16276 I've added the following to the Practicalli Spacemacs-config to prevent helm-discbinds mode from automatically loading and interrupting which-key. This seems to work well.

(remove-hook 'helm-mode-hook 'helm-descbinds-mode)
This change has been pushed to the Practicalli spacemacs-config repository

👍 2
dumrat06:02:03

I encountered this some days back on WSL2 and I just reinstalled everything and got resolved.