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

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

Add/remove an element into/from a cons.


From: Hongyi Zhao
Subject: Add/remove an element into/from a cons.
Date: Tue, 26 Oct 2021 10:05:31 +0800

How can I add/remove an element into/from a cons, taking the following
one as an example:


```emacs-lisp
(setq company-backends '((company-tabnine :separate company-capf
company-dabbrev company-keywords company-files company-ispell)))
```
How can I  remove `company-ispell` from and re-add it into the
company-backends defined above?

Regards,
HZ



reply via email to

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