The `which-key' package is builtin since Emacs-30.0.60

This commit is contained in:
Gerard Vermeulen 2024-06-23 18:24:56 +02:00
parent 6d2277e0b7
commit e6e49e9b3a

View File

@ -1058,9 +1058,9 @@ associate [[info:elisp#Key Sequences][key sequences (info)]] with commands:
#+caption: Setup =which-key=. #+caption: Setup =which-key=.
#+name: lst:setup-which-key #+name: lst:setup-which-key
#+begin_src emacs-lisp -n :results silent #+begin_src emacs-lisp -n :results silent
(when (package-installed-p 'which-key) ;; GAV: Bypass paging in `which-key-mode'.
(setopt max-mini-window-height 20) (setopt max-mini-window-height 20)
(which-key-setup-minibuffer)) (which-key-setup-minibuffer)
#+end_src #+end_src
** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]] ** [[https://github.com/michael-heerdegen/interaction-log.el#readme][Interaction-log]]