help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : help with Elisp


From: Emanuel Berg
Subject: Re: [External] : help with Elisp
Date: Fri, 15 Oct 2021 00:34:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Drew Adams wrote:

> `eldoc-mode'
>
> Yeah, it's annoying.
> It used to be opt-in, now it's opt-out.

You have to do that each time?

;; (setq emacs-lisp-mode-hook nil)
(defun emacs-lisp-mode-hook-f ()
  ;; ...
  (eldoc-mode -1) )
(add-hook 'emacs-lisp-mode-hook #'emacs-lisp-mode-hook-f)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]