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

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

Re: Too long completion delay time in LISP interaction mode.


From: Tassilo Horn
Subject: Re: Too long completion delay time in LISP interaction mode.
Date: Thu, 21 Oct 2021 07:45:03 +0200
User-agent: mu4e 1.7.3; emacs 29.0.50

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

>>   (setq completion-category-overrides
>>         '((project-file
>>            (styles partial-completion substring initials))
>>           (file
>>            (styles partial-completion substring initials))
>>           (eglot
>
> Can the above line be changed into the following?
>
>              ((eglot lsp)

The docs suggest that the keys are one CATEGORY, not a list of
categories.  But you can duplicate the eglot entry for lsp, assuming
that lsp-mode defines its own completion category which I don't know
(since I use eglot for my LSP interaction).

Bye,
Tassilo



reply via email to

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