Remove clang backend as before

This commit is contained in:
Wojciech Kozlowski 2021-08-25 10:51:49 +02:00
parent 61cc9769a0
commit 71f7dc6b65

View File

@ -184,7 +184,7 @@
;; For this to correctly complete headers, need to add all include paths to
;; `company-c-headers-path-system'.
(add-to-list 'company-backends 'company-c-headers)
;; (setq company-backends (delete 'company-clang company-backends))
(setq company-backends (delete 'company-clang company-backends))
(setq company-backends (delete 'company-dabbrev company-backends))
(setq company-backends (delete 'company-capf company-backends)))