FIX weird haskell complete errors
This commit is contained in:
parent
ac9199ce10
commit
8a98bbc030
|
@ -1152,7 +1152,7 @@ I have also found this to be much simpler and conflicting with other packages su
|
||||||
(setq-local company-backends
|
(setq-local company-backends
|
||||||
;; capf is standard completion and dabbrev provides
|
;; capf is standard completion and dabbrev provides
|
||||||
;; local completions in 'where' and 'let' clauses
|
;; local completions in 'where' and 'let' clauses
|
||||||
'((company-capf company-dabbrev))))
|
'((company-capf company-dabbrev-code))))
|
||||||
|
|
||||||
|
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
|
|
Loading…
Reference in New Issue