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

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

Re: completion of text using company-mode


From: Dmitry Gutov
Subject: Re: completion of text using company-mode
Date: Tue, 8 Jun 2021 22:17:18 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 08.06.2021 22:11, martin-kemp@brusseler.com wrote:
(setq company-backends '(company-dabbrev-code))

Try this instead:

(setq company-backends '(company-dabbrev-code company-dabbrev))

This will use the "code" backend for "code" buffers, and the other for the rest.



reply via email to

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