emacs-which-key
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).
- Versions: 3.6.1
- 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 the latest version of emacs-which-key
as follows:
guix install emacs-which-key
Or install a particular version:
guix install emacs-which-key@3.6.1
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.
Badge code
You can use the following badge to inform users of emacs-which-key about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-which-key'><img src='https://packages.guix.gnu.org/packages/emacs-which-key/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-which-key)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-which-key][https://packages.guix.gnu.org/packages/emacs-which-key/badges/latest-version.svg]]