spacemacs

practicalli-johnny 2024-02-14T22:51:45.342429Z

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
dumrat 2024-02-15T06:04:03.211409Z

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