minad / cape

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

can cape mix elisp completion with dabbrev locally? #46

Closed haoisli9 closed 2 years ago

haoisli9 commented 2 years ago

when an elisp file open, elisp-completion-at-point automaticly added in completion-at-point list, and cape-dabbrev can not be executed even i add to completion-at-point list globally because elisp-completion-at-point return first. how to mix elisp-completion-at-point and cape-dabbrev? i can use cape-super-capf to mix cape backends, but elisp-completion-at-point is set by elisp mode. what can i do? thanks.

minad commented 2 years ago

Checkout the Corfu wiki https://github.com/minad/corfu/wiki or https://github.com/minad/cape/issues/45 for an example.