emacs-devel
[Top][All Lists]
Advanced

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

Re: Making `eglot-server-programs' a custom variable?


From: Stefan Monnier
Subject: Re: Making `eglot-server-programs' a custom variable?
Date: Thu, 10 Nov 2022 12:56:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Philip Kaludercic [2022-11-10 17:47:36] wrote:
> Honestly, I think that there should be a command like `add-to-option'
> that can handle these things automatically and defer loading if
> possible.

Might be a good choice.  We could even change `add-to-list` to do that.

I suspect it would not be able to use `with-eval-after-load` because it
wouldn't know which file holds/defines that var.  But we could make it
work for Custom vars, OTOH.


        Stefan




reply via email to

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