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

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

[elpa] master 0815c9e 19/34: Readme fixes


From: Vitalie Spinu
Subject: [elpa] master 0815c9e 19/34: Readme fixes
Date: Tue, 7 May 2019 16:05:28 -0400 (EDT)

branch: master
commit 0815c9e1e8c399cbc8257d8199561dc3269ff3bd
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    Readme fixes
---
 readme.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md
index fa80258..0cd09cf 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ Install from [MELPA](http://melpa.milkbox.net/) repository.
 You can either register each backend globally:
 
 
-```lisp
+```elisp
 
 ;; global activation of the unicode symbol completion 
 (add-to-list 'company-backends 'company-math-symbols-unicode)
@@ -34,7 +34,7 @@ You can either register each backend globally:
 or locally per emacs mode:
 
 
-```lisp
+```elisp
 
 ;; local configuration for TeX modes
 (defun my-latex-mode-setup ()
@@ -48,8 +48,8 @@ or locally per emacs mode:
 
 If you are using `AUCTeX` you might need to use `TeX-mode-hook` instead:
 
-```
-(add-hook TeX-mode-hook 'my-latex-mode-setup)
+```elisp
+(add-hook 'TeX-mode-hook 'my-latex-mode-setup)
 ```
 
 ## Customization ##



reply via email to

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