From 2cebad877a331fd16377864de3723630e79d9e91 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 6 Jul 2025 17:49:08 +0800 Subject: 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. --- tex-conf.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tex-conf.el') 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"))) -- cgit v1.2.3-18-g5258