FIX weird haskell complete errors

This commit is contained in:
Nathan Dwarshuis 2021-11-14 09:23:11 -05:00
parent ac9199ce10
commit 8a98bbc030
1 changed files with 1 additions and 1 deletions

View File

@ -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