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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
I use the command which-key-add-keymap-based-replacements to substitute the +prefix entries when possible.
Up to now I have something like (which-key-add-keymap-based-replacements flyspell-mode-map "C-c f" "flyspell") but I see that the new syntax wants a const pair there as the last argument...
What's the intended way to specify that? use a nil?
The text was updated successfully, but these errors were encountered:
The cons pair is more explicit. The string version is for backwards compatibility. With a string, the function constructs the cons pair (STRING . BINDING) by looking up the corresponding key binding.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi:
I use the command which-key-add-keymap-based-replacements to substitute the +prefix entries when possible.
Up to now I have something like
(which-key-add-keymap-based-replacements flyspell-mode-map "C-c f" "flyspell")
but I see that the new syntax wants a const pair there as the last argument...What's the intended way to specify that? use a nil?
The text was updated successfully, but these errors were encountered: