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

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

[elpa] master 9a960df 02/34: Readme


From: Vitalie Spinu
Subject: [elpa] master 9a960df 02/34: Readme
Date: Tue, 7 May 2019 16:05:24 -0400 (EDT)

branch: master
commit 9a960dfd7cf5d139388b6a4af247330af3e0f668
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    Readme
---
 readme.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/readme.md b/readme.md
index 1e1a70e..93e0d08 100644
--- a/readme.md
+++ b/readme.md
@@ -1,18 +1,18 @@
 This add-on defines three *[company-mode](https://github.com/company-mode)* 
backends:
 
-  * company-math-symbols-latex - math latex tags (_by default, active only on 
latex math faces_)
+* `company-math-symbols-latex` - math latex tags (_by default, active only on 
latex math faces_)
 
       
![symbols](https://raw.github.com/vspinu/company-math/master/img/latex-symbols.png)
 
- * company-math-symbols-unicode        - unicode symbols (_by default, active 
everywhere except math faces_)
+* `company-math-symbols-unicode`       - unicode symbols (_by default, active 
everywhere except math faces_)
 
-      
![math](https://raw.github.com/vspinu/company-math/master/img/unicode-math.png)
+      
![math](https://raw.github.com/vspinu/company-math/master/img/unicode-symbols.png)
 
- * company-latex-commands              - latex commands 
+* `company-latex-commands`             - latex commands 
 
 ## Usage ##
 
-Start math completion by typing the prefix "\" key. Select the completion type
+Start math completion by typing the prefix <kbd>`\`</kbd> key. Select the 
completion type
 RET. Depending on the context and your configuration of the backends unicode
 symbol or latex \tag will be inserted.
 
@@ -20,7 +20,7 @@ symbol or latex \tag will be inserted.
 
 Install from [MELPA](http://melpa.milkbox.net/) repository.
 
-You can either register each backend globally or locally per each mode.
+You can either register each backend globally:
 
 
 ```lisp
@@ -31,6 +31,9 @@ You can either register each backend globally or locally per 
each mode.
 
 ```
 
+or locally per each mode:
+
+
 ```lisp
 
 ;; local configuration for TeX modes



reply via email to

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