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 . ("'" "'"))