configure faust company backends
This commit is contained in:
parent
3d21f4ef5e
commit
7ba9939757
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
(use-package! faustine
|
(use-package! faustine
|
||||||
:mode ("\\.dsp\\'" . faustine-mode)
|
:mode ("\\.dsp\\'" . faustine-mode)
|
||||||
:config
|
:config
|
||||||
(set-company-backend! '(faust-mode faustine-mode) '+faust-company-backend)
|
(set-company-backend! '(faust-mode faustine-mode) '(company-dabbrev-code +faust-company-backend company-yasnippet))
|
||||||
|
|
||||||
;; HACK Both `faust-mode' and `faustine-mode' are hardcoded to use
|
;; HACK Both `faust-mode' and `faustine-mode' are hardcoded to use
|
||||||
;; auto-complete. This silences the obnoxious 'You really should install and
|
;; auto-complete. This silences the obnoxious 'You really should install and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue