emacs-which-key 3.6.1
Display available keybindings in popup
emacs-which-key
is a minor mode for Emacs that displays the key bindings following your currently entered incomplete command (a prefix) in a popup. For example, after enabling the minor mode if you enter C-x and wait for the default of 1 second, the minibuffer will expand with all of the available key bindings that follow C-x (or as many as space allows given your settings).
- Outputs:
out
- Website: https://elpa.gnu.org/packages/which-key.html
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-which-key 3.6.1
as follows:
guix install emacs-which-key@3.6.1
Or install the latest version:
guix install emacs-which-key
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.