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]]