branch: master
commit 37159617794117056883a1644ea9a050d3a76950
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
Update readme
---
math-symbol-lists.el | 8 ++++----
readme.md | 8 ++++++--
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index 4c2f961..69d63a6 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -34,10 +34,10 @@
;;
;; Defined (a)lists are:
;;
-;; math-symbol-list-basic
-;; math-symbol-list-extended
-;; math-symbol-list-packages
-;; math-symbol-list-latex-commands
+;; `math-symbol-list-basic`
+;; `math-symbol-list-extended`
+;; `math-symbol-list-packages`
+;; `math-symbol-list-latex-commands`
;;
;; Sources:
;;
diff --git a/readme.md b/readme.md
index ca45e5f..da7af51 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,8 @@
This is a "storage" package used by completion engines such as
`company-math.el` and `ac-math.el`.
-Defined (a)lists are: `math-symbol-list-basic`, `math-symbol-list-extended`,
-`math-symbol-list-latex-commands`.
+Defined (a)lists are:
+
+ `math-symbol-list-basic`
+ `math-symbol-list-extended`
+ `math-symbol-list-packages`
+ `math-symbol-list-latex-commands`