FIX company backends typo for ESS
This commit is contained in:
parent
e351ba3298
commit
0660885c95
|
@ -839,7 +839,7 @@ Flycheck syntax checkers
|
|||
(nd/when-bin "R"
|
||||
(defun nd/init-ess-company ()
|
||||
"Set the company backends for ess modes."
|
||||
(setq-local company-backends '((company-R-objects company-R-args))))
|
||||
(setq-local company-backends '(company-R-objects company-R-args)))
|
||||
|
||||
(use-package ess
|
||||
:straight t
|
||||
|
|
Loading…
Reference in New Issue