From 45cf6b01c8f7cc44ce7f0e751370cbc59886ffad Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:02:20 -0400 Subject: [PATCH] Remove eldoc-documentation-strategy --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 41c7473..194922d 100644 --- a/init.el +++ b/init.el @@ -107,9 +107,6 @@ ;; Improve Emacs' responsiveness by delaying syntax highlighting during input (setq redisplay-skip-fontification-on-input t) -;; Collects and displays all available documentation immediately -(setq eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly) - ;; Disable truncation of printed s-expressions in the message buffer (setq eval-expression-print-length nil eval-expression-print-level nil)