Emacs Init: Which Key Mode

By Xah Lee. Date: .

Which Key Mode

new in Emacs 30 (date 2025)

which key mode lets you see next valid key in emacs keybinding, and associated command name.

emacs which key mode 2025-03-11
emacs which key mode 2025-03-11

put this in your Emacs Init File:

(when (fboundp 'which-key-mode) (which-key-mode))