mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #323 from ocharles/patch-1
haskell: Fix warning about ghc-mod
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
:config
|
:config
|
||||||
(if (executable-find "ghc-mod")
|
(if (executable-find "ghc-mod")
|
||||||
(set! :company-backend 'haskell-mode #'company-ghc)
|
(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))
|
(remove-hook 'haskell-mode-hook #'ghc-comp-init))
|
||||||
|
|
||||||
(setq company-ghc-show-info 'oneline))
|
(setq company-ghc-show-info 'oneline))
|
||||||
|
Reference in New Issue
Block a user