summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tex-conf.el3
1 files changed, 2 insertions, 1 deletions
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 ()