Remove set-company-backend!

Since racket-mode uses company-capf, it isn't necessary to set any default backends for it.
This commit is contained in:
Henrik Lissner 2018-08-13 23:57:10 +02:00 committed by GitHub
parent f143a03221
commit b8f1b90744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,6 @@
:config
(set-popup-rule! "^\\*Racket REPL" :size 10 :select t)
(set-repl-handler! 'racket-mode #'+racket/repl)
(set-company-backend! 'racket-mode
'(company-capf company-abbrev company-dabbrev-code company-dabbrev company-files company-yasnippet))
(set-lookup-handlers! 'racket-mode
:definition #'racket-describe
:documentation #'racket-doc)