minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
584 stars 20 forks source link

how can I add a cape-super-capf backend to completion-at-point-functions? #47

Closed haoisli9 closed 2 years ago

haoisli9 commented 2 years ago

I want add a cape-super-capf backend to completion-at-point-functions, but still keep other backend in completion-at-point-functions list. I write this as:
(add-to-list 'completion-at-point-functions

'(cape-super-capf #'cape-dabbrev #'tabnine-completion-at-point))

but seems not work.

how can I get this?

Thanks.

minad commented 2 years ago

Duplicate #46.