This package browser is in early development. Mind the rough edges.

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).

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.