diff options
author | JSDurand <mmemmew@gmail.com> | 2021-10-24 22:30:35 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-10-24 22:30:35 +0800 |
commit | 74056ddaed555c37e80552b70fc0016768530112 (patch) | |
tree | 5a8755c3b357bb6dadb79dbb6fcb53278c7a0276 | |
parent | 5f8a5bc7f9f02af0bf554c39be36ee025cdd166d (diff) |
* tex-conf.el (durand-o-things-list): add pair of bars
-rw-r--r-- | tex-conf.el | 3 |
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 () |