Disable elisp help-echo

This commit is contained in:
2026-08-26 02:36:27 -07:00
parent b2cf68380f
commit 672ba709c3
+2 -1
View File
@@ -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