[Emacs] Use company-dabbrev-code to supplement company-ghc
company-ghc does not provide in buffer completion.
This commit is contained in:
parent
4cc5df316f
commit
4e639be905
@ -2820,7 +2820,7 @@ Intero seems to be causing hangs, so it has been disabled
|
|||||||
(use-package company-ghc
|
(use-package company-ghc
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
(add-to-list 'company-backends 'company-ghc))
|
(add-to-list 'company-backends '(company-ghc :with company-dabbrev-code)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** C/C++
|
*** C/C++
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user