From 672ba709c36abafc16eb986ecf9a28df0c129796 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 26 Aug 2026 02:36:27 -0700 Subject: [PATCH] Disable elisp help-echo --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 56c9f1e..3e20e41 100644 --- a/init.el +++ b/init.el @@ -2394,7 +2394,8 @@ line in the block and manually deal with indentation." ;; system Emacs files use tab characters and look weird without this. (setq-local tab-width 8))) (add-hook 'emacs-lisp-mode-hook #'my/-fix-emacs-lisp-mode-system-files) -(setopt elisp-fontify-semantically t) +(setopt elisp-fontify-semantically t + elisp-add-help-echo nil) ;; common lisp (use-package lisp-mode