branch: master commit 9a960dfd7cf5d139388b6a4af247330af3e0f668 Author: Vitalie Spinu <spinu...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
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_)  - * 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_) -  +  - * 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