FIX company backends typo for ESS

This commit is contained in:
Nathan Dwarshuis 2020-08-18 14:55:33 -04:00
parent e351ba3298
commit 0660885c95
1 changed files with 1 additions and 1 deletions

View File

@ -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