about summary refs log tree commit diff
path: root/emacs-elisp/packages/whichkey.el
blob: cd2eb1fb0e98e6bfd842cbba6ef1b5611d0887cf (plain)
1
2
3
4
5
(use-package which-key)
(setq which-key-show-early-on-C-h t)
(setq which-key-idle-delay 10000)
(setq which-key-idle-secondary-delay 0.05)
(which-key-mode 1)