Disable elisp help-echo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user