gnux: fix which-key prefix bug

The third argument to `spacemacs/declare-prefix` is never used.
It was ignored before but currently causes issues.
This commit is contained in:
Lucius Hu 2022-01-17 21:28:13 +00:00 committed by GitHub
parent ca93e28a9c
commit 6ccbbcc7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
:commands gnus
:init
(progn
(spacemacs/declare-prefix "aeg" "gnus" "Gnus newsreader")
(spacemacs/declare-prefix "aeg" "gnus")
(spacemacs/set-leader-keys
"aegg" 'gnus
"aegs" 'gnus-slave