Working corfu setup without company
This commit is contained in:
parent
b9559eabe0
commit
a0500746f4
11 changed files with 255 additions and 314 deletions
|
|
@ -19,10 +19,7 @@
|
|||
|
||||
(if (boundp 'c-default-style)
|
||||
(setq-local c-default-style "bsd")
|
||||
(defvar c-default-style "bsd"))
|
||||
|
||||
(add-to-list (make-local-variable 'company-backends)
|
||||
'(company-etags company-yasnippet)))
|
||||
(defvar c-default-style "bsd")))
|
||||
|
||||
(add-hook 'c-mode-hook 'icejam-lang-activate-clang-mode)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue