purescript: Properly register company backend
This commit is contained in:
parent
85ea30377f
commit
b9b9c629af
1 changed files with 4 additions and 2 deletions
|
@ -16,5 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
(def-package! psc-ide
|
(def-package! psc-ide
|
||||||
:hook (purescript-mode . psc-ide-mode))
|
:hook (purescript-mode . psc-ide-mode)
|
||||||
|
:config
|
||||||
|
(remove-hook 'company-backends 'company-psc-ide-backend)
|
||||||
|
(set-company-backend! 'purescript-mode 'company-psc-ide-backend))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue