branch: master commit 81909242358625de8fb72731ecf4129663823145 Author: Vitalie Spinu <spinu...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
[#1] Fix typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a070fd2..cc47194 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ You can either register each backend globally: ```lisp ;; global activation of the unicode symbol completion -(add-to-list 'company-backend 'company-math-symbols-unicode) +(add-to-list 'company-backends 'company-math-symbols-unicode) ```