about summary refs log tree commit diff
path: root/emacs-elisp/packages/whichkey.el
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 17:06:42 +0000
committervenomade <venomade@venomade.com>2025-02-27 17:06:42 +0000
commit1cace80e4832a5d250ef4b7ccd687996563fb01b (patch)
treedb1ced91d1382ca3cabe37dbae00da51231d6a99 /emacs-elisp/packages/whichkey.el
Add old dotfiles
Diffstat (limited to 'emacs-elisp/packages/whichkey.el')
-rw-r--r--emacs-elisp/packages/whichkey.el5
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)