Merge pull request #1964 from magnetophon/faustCompany

lang/faust: add dabbrev & yasnippet company backends
This commit is contained in:
Henrik Lissner 2019-10-27 11:30:26 -04:00 committed by GitHub
commit cbf8ba80c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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