From 1b64c05b0f6486203326395537b6178372d0ec0c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 22 Jan 2026 15:26:15 +0200 Subject: [PATCH] Shorten corfu completion delay --- lisp/icejam-complete-at-point.el | 2 +- lisp/icejam-eglot.el | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 5426c74..694e264 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -31,7 +31,7 @@ corfu-quit-at-boundary t corfu-popupinfo-delay '(0.4 . 0.2) corfu-auto t - corfu-auto-delay 0.8 + corfu-auto-delay 0.2 corfu-quit-no-match 'separator ;; Invoke completion with tab when needed. diff --git a/lisp/icejam-eglot.el b/lisp/icejam-eglot.el index 0bb7faa..d0f717c 100644 --- a/lisp/icejam-eglot.el +++ b/lisp/icejam-eglot.el @@ -9,5 +9,8 @@ :custom-face (eldoc-box-markdown-separator ((t (:inherit (fringe)))))) +;; Add debugger support to emacs. +(use-package dape :ensure t) + (provide 'icejam-eglot) ;;; icejam-eglot.el ends here