You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a new emacs user trying to get along with spacemacs. I have ghc-mod installed. When I run company-ghc-diagnose, I see this output:
* company-ghc backend not found
* automatic scan module is disabled.
You need to run either 'M-x company-ghc-turn-on-autoscan' once
or 'M-x company-ghc-scan-modules' when it is necessary.
* ghc-boot process has not been done
I am hoping some documentation can be added to the Diagnostic section of the README for a next step to resolve this issue.
The text was updated successfully, but these errors were encountered:
company-backends needs to be configured to add company-ghc to the backend list.
In standard Emacs way, M-x customize-variable RET company-backends and "INS"ert company-ghc as "User defined" backend.
Or something like the following needs to be written in ~/.emacs.d/init.el.
I am a new emacs user trying to get along with spacemacs. I have
ghc-mod
installed. When I runcompany-ghc-diagnose
, I see this output:I am hoping some documentation can be added to the Diagnostic section of the README for a next step to resolve this issue.
The text was updated successfully, but these errors were encountered: