aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index a13b58b..72e8892 100644
--- a/init.el
+++ b/init.el
@@ -897,7 +897,8 @@
897 :straight t 897 :straight t
898 :init (which-key-mode) 898 :init (which-key-mode)
899 :config 899 :config
900 (setq which-key-idle-delay 1.5)) 900 (setq which-key-idle-delay 1.5
901 which-key-side-window-max-height 5))
901 902
902 903
903;; --------------------------------- 904;; ---------------------------------