From 80bb981a5accd1831800c000fe8489531e1b3501 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sun, 12 Mar 2023 14:31:23 -0400 Subject: [PATCH] reducing which-key wait --- config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.el b/config.el index e791bab..742b7bd 100644 --- a/config.el +++ b/config.el @@ -48,6 +48,10 @@ ;; remove org agenda from the splash screen (assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections) +;; reduce which-key waiting +(after! which-key + (setq which-key-idle-delay 0.3)) + ;; nicer resizing (cond ((string-equal system-type "darwin")