General cleanup & minor refactoring

This commit is contained in:
Henrik Lissner
2018-12-22 04:01:17 -05:00
parent 3dd34abe61
commit d6cb0ec5f5
8 changed files with 12 additions and 10 deletions

View File

@ -77,7 +77,7 @@ If no viewers are found, `latex-preview-pane' is used.")
"\\Bigl\\{" "\\Biggl\\{"
"\\lfloor" "\\lceil" "\\langle"
"\\lVert" "\\lvert" "`"))
(sp-local-pair modes open nil :actions nil))
(sp-local-pair modes open nil :actions :rem))
(sp-local-pair modes "``" nil :unless '(:add sp-in-math-p)))))