diff --git a/etc/conf.org b/etc/conf.org index f868a4c..b7a2081 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1152,7 +1152,7 @@ I have also found this to be much simpler and conflicting with other packages su (setq-local company-backends ;; capf is standard completion and dabbrev provides ;; local completions in 'where' and 'let' clauses - '((company-capf company-dabbrev)))) + '((company-capf company-dabbrev-code)))) (use-package haskell-mode