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"
|
(nd/when-bin "R"
|
||||||
(defun nd/init-ess-company ()
|
(defun nd/init-ess-company ()
|
||||||
"Set the company backends for ess modes."
|
"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
|
(use-package ess
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Reference in New Issue