From b3998e4bc30ac5d626f2a5e2fcd76a1c5da5fdcb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Tue, 3 Sep 2019 09:19:52 +0200 Subject: [PATCH] improve default enclosures --- boon-arguments.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boon-arguments.el b/boon-arguments.el index efd580f..97b8124 100644 --- a/boon-arguments.el +++ b/boon-arguments.el @@ -29,7 +29,9 @@ (?D . ("``" "''")) ;; Double quotes (?f . ("«" "»")) ;; french quotes (?h . ("#" "#")) ;; hash - (?m . ("`" "'")) ;; mixed + (?s . ("`" "'")) ;; symbol + (?m . ("\\(" "\\)")) ;; Math + (?M . ("\\[" "\\]")) ;; display Math (?o . ("⟦" "⟧")) ;; oxford brackets (?p . ("(" ")")) (?q . ("'" "'"))