From 123af3361efffd35f08d8ffc17c0d7e6f40fa274 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 30 Aug 2023 18:41:22 +0200 Subject: [PATCH] Make which-keys pop up faster --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index dc48f9f..f732bb0 100644 --- a/configuration.org +++ b/configuration.org @@ -2770,7 +2770,9 @@ I don’t always use the package menu, but when i do, i want to do it in style (use-package which-key :config (which-key-mode) - (which-key-setup-minibuffer)) + (which-key-setup-minibuffer) + :custom + (which-key-idle-delay 0.3)) #+end_src ** Doom themes