diff options
author | JSDurand <mmemmew@gmail.com> | 2025-07-06 17:49:08 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2025-07-06 17:49:08 +0800 |
commit | 2cebad877a331fd16377864de3723630e79d9e91 (patch) | |
tree | d43d3cdb214d5b98a92182819a986bb70f1b2200 /tex-conf.el | |
parent | 43811c932c9b206c33943f3c41b886141fb28069 (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.
Diffstat (limited to 'tex-conf.el')
-rw-r--r-- | tex-conf.el | 1 |
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"))) |