Pronunciation in a comment

This commit is contained in:
yoavm448 2020-02-10 10:14:42 +02:00
parent e78beea59c
commit 2f61c79a86

View file

@ -134,8 +134,8 @@ If no viewers are found, `latex-preview-pane' is used.")
:g "[" nil :g "[" nil
:g "|" nil :g "|" nil
:g "<" nil :g "<" nil
;; TAB is used for cdlatex's snippets and navigation. But have yasnippet ;; TAB is used for cdlatex's snippets and navigation. But we have
;; for that. ;; yasnippet for that.
(:when (featurep! :editor snippets) (:when (featurep! :editor snippets)
:g "TAB" nil) :g "TAB" nil)
;; AUCTeX takes care of auto-inserting {} on _^ if you want, with ;; AUCTeX takes care of auto-inserting {} on _^ if you want, with