diff options
Diffstat (limited to 'emacs-elisp/packages/whichkey.el')
-rw-r--r-- | emacs-elisp/packages/whichkey.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-elisp/packages/whichkey.el b/emacs-elisp/packages/whichkey.el new file mode 100644 index 0000000..cd2eb1f --- /dev/null +++ b/emacs-elisp/packages/whichkey.el @@ -0,0 +1,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) |