yanghaoxie / which-key-posframe

Let emacs-which-key use posframe to show its popup.
GNU General Public License v3.0
51 stars 10 forks source link

C-h paging does not work. #8

Closed yyangdid closed 2 years ago

yyangdid commented 3 years ago

my config:

(use-package which-key
  :hook (after-init . which-key-mode)
  :init
  (setq which-key-idle-delay 0
        which-key-idle-secondary-delay 0
        )
  )

(use-package which-key-posframe
  :after posframe
  :config
  (which-key-posframe-mode)
  )

When use C-x C-h , I get this: Snipaste_2021-04-15_18-38-57

paging does not work.