From e6e49e9b3a85c69f4c969c2bb0cfd69aacbf3a55 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 23 Jun 2024 18:24:56 +0200 Subject: [PATCH] The `which-key' package is builtin since Emacs-30.0.60 --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 2dfac49..c994d93 100644 --- a/README.org +++ b/README.org @@ -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]]