From 74056ddaed555c37e80552b70fc0016768530112 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 24 Oct 2021 22:30:35 +0800 Subject: * tex-conf.el (durand-o-things-list): add pair of bars --- tex-conf.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex-conf.el b/tex-conf.el index 572df6a..3f44af6 100644 --- a/tex-conf.el +++ b/tex-conf.el @@ -251,7 +251,8 @@ where the macro part is without the backslash.") (cons "p" "prod") (cons "+" "oplus") (cons "o" "circ") - (list "{" "{" "}"))) + (list "{" "{" "}") + (list "b" "lvert" "rvert"))) ;;;###autoload (defun durand-insert-o-things () -- cgit v1.2.3-18-g5258