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