The `which-key' package is builtin since Emacs-30.0.60
This commit is contained in:
parent
6d2277e0b7
commit
e6e49e9b3a
@ -1058,9 +1058,9 @@ associate [[info:elisp#Key Sequences][key sequences (info)]] with commands:
|
||||
#+caption: Setup =which-key=.
|
||||
#+name: lst:setup-which-key
|
||||
#+begin_src emacs-lisp -n :results silent
|
||||
(when (package-installed-p 'which-key)
|
||||
(setopt max-mini-window-height 20)
|
||||
(which-key-setup-minibuffer))
|
||||
;; GAV: Bypass paging in `which-key-mode'.
|
||||
(setopt max-mini-window-height 20)
|
||||
(which-key-setup-minibuffer)
|
||||
#+end_src
|
||||
|
||||
** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]]
|
||||
|
Loading…
Reference in New Issue
Block a user