mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-06 09:12:42 -08:00
Company backends are now built from an alist (+company-backend-alist), which can be manipulated through set-company-backend!. Backends can now be set to all children of a parent mode (text-mode, prog-mode, etc), like so: (set-company-backend! :derived 'text-mode 'company-dabbrev) or only for an exact major-mode: (set-company-backend! 'markdown-mode 'company-dabbrev-code) Backends cascade. So combining the two examples above will cause company-backends in a markdown-buffer (which is derived from text-mode) to be (company-dabbrev-code company-dabbrev). |
||
|---|---|---|
| .. | ||
| app | ||
| collab | ||
| completion | ||
| config | ||
| editor | ||
| emacs | ||
| feature | ||
| lang | ||
| tools | ||
| ui | ||