summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2025-07-06 17:49:08 +0800
committerJSDurand <mmemmew@gmail.com>2025-07-06 17:49:08 +0800
commit2cebad877a331fd16377864de3723630e79d9e91 (patch)
treed43d3cdb214d5b98a92182819a986bb70f1b2200
parent43811c932c9b206c33943f3c41b886141fb28069 (diff)
TeX: Add one more type of brackets to the shortcuts.
* tex-conf.el (durand-o-things-list): Add one more bracket type to this list of short-cuts.
-rw-r--r--tex-conf.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex-conf.el b/tex-conf.el
index f1b9029..eb8f0c5 100644
--- a/tex-conf.el
+++ b/tex-conf.el
@@ -297,6 +297,7 @@ where the macro part is without the backslash.")
(cons "o" "circ")
(list "{" "{" "}")
(list "(" "(" ")")
+ (list "[" "[" "]")
(list "<" "langle" "rangle")
(list "b" "lvert" "rvert")))