From 495d45971d52684fae799bb6fd075014361e8e56 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 19 Oct 2024 23:31:48 -0400 Subject: [PATCH] Add eldoc-documentation-strategy --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 73a8445..487f07c 100644 --- a/init.el +++ b/init.el @@ -113,6 +113,10 @@ ;; Increase how much is read from processes in a single chunk (default is 4kb). (setq read-process-output-max (* 512 1024)) ; 512kb +;; Collects and displays all available documentation immediately, even if +;; multiple sources provide it. It concatenates the results. +(setq eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly) + ;;; Files ;; Disable the warning "X and Y are the same file". Ignoring this warning is