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