Fix: company-dante -> dante-company

This commit is contained in:
Leon Isenberg 2017-10-13 01:00:05 +02:00 committed by syl20bnr
parent 35f4c0621b
commit 617c44ecc6

View file

@ -50,7 +50,7 @@
(defun spacemacs-haskell//setup-dante ()
(spacemacs|add-company-backends
:backends (company-dante company-dabbrev-code company-yasnippet)
:backends (dante-company company-dabbrev-code company-yasnippet)
:modes haskell-mode)
(push 'xref-find-definitions spacemacs-jump-handlers)
(dante-mode)