emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8190924 07/34: [#1] Fix typo in readme


From: Vitalie Spinu
Subject: [elpa] master 8190924 07/34: [#1] Fix typo in readme
Date: Tue, 7 May 2019 16:05:25 -0400 (EDT)

branch: master
commit 81909242358625de8fb72731ecf4129663823145
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    [#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)
 
 
 ```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]