From 5b3fbbc38ed776053f511589c01800939e7642bf Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 24 Nov 2021 06:36:22 -0500 Subject: org --- emacs/.doom.d/config.el | 3 +++ emacs/.doom.d/init.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 81c40b4..116d5fe 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -52,6 +52,9 @@ (setq avy-keys '(?a ?o ?e ?u ?d ?h ?n ?s ?l ?, ?. ?p ?r)) (setq avy-timeout-seconds 0.3) +;; Low menu delay. +(setq which-key-idle-delay 0.15) + (server-start) (remove-hook 'doom-first-buffer-hook #'smartparens-global-mode) (add-to-list 'auto-mode-alist '("\\.journal\\'" . ledger-mode)) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index bf7dabb..4c04ad3 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -23,7 +23,8 @@ company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - ivy ; a search engine for love and life + ;;ivy ; a search engine for love and life + vertico ; the search engine of the future :ui deft ; notational velocity for Emacs -- cgit v1.2.3