From 7ba9939757de72e9c3cd3999d3389e84844f03dc Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Sun, 27 Oct 2019 14:23:50 +0100 Subject: [PATCH] configure faust company backends --- modules/lang/faust/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/faust/config.el b/modules/lang/faust/config.el index dc98e7e55..5f49a4321 100644 --- a/modules/lang/faust/config.el +++ b/modules/lang/faust/config.el @@ -3,7 +3,7 @@ (use-package! faustine :mode ("\\.dsp\\'" . faustine-mode) :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 ;; auto-complete. This silences the obnoxious 'You really should install and