Merge pull request #323 from ocharles/patch-1
haskell: Fix warning about ghc-mod
This commit is contained in:
commit
4af4803e0b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
:config
|
||||
(if (executable-find "ghc-mod")
|
||||
(set! :company-backend 'haskell-mode #'company-ghc)
|
||||
(warn "haskell-mode: couldn't find ghc-mode")
|
||||
(warn "haskell-mode: couldn't find ghc-mod on PATH")
|
||||
(remove-hook 'haskell-mode-hook #'ghc-comp-init))
|
||||
|
||||
(setq company-ghc-show-info 'oneline))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue