summaryrefslogtreecommitdiff
path: root/tex-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-10-24 22:30:35 +0800
committerJSDurand <mmemmew@gmail.com>2021-10-24 22:30:35 +0800
commit74056ddaed555c37e80552b70fc0016768530112 (patch)
tree5a8755c3b357bb6dadb79dbb6fcb53278c7a0276 /tex-conf.el
parent5f8a5bc7f9f02af0bf554c39be36ee025cdd166d (diff)
* tex-conf.el (durand-o-things-list): add pair of bars
Diffstat (limited to 'tex-conf.el')
-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 ()