From 4ca0e5af56b3ae04e597b0cbbc557e913f7b4de6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:22:55 +0000 Subject: [PATCH] change delay --- config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index eea290cd..40ef940f 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -93,4 +93,4 @@ :init (which-key-mode) :diminish which-key-mode :config - (setq which-key-idle-delay 0.3)) + (setq which-key-idle-delay 0.1))