diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index 3bc13b18b..aec36202b 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -92,11 +92,8 @@ If no viewer is found, `latex-preview-pane-mode' is used.") "\\biggl[" "\\Bigl[" "\\Biggl[" "\\bigl\\{" "\\biggl\\{" "\\Bigl\\{" "\\Biggl\\{" "\\lfloor" "\\lceil" "\\langle" - "\\lVert" "\\lvert" "`")) - (sp-local-pair modes open nil :actions :rem)) - ;; And tweak these so that users can decide whether they want use LaTeX - ;; quotes or not, via `+latex-enable-plain-double-quotes'. - (sp-local-pair modes "``" nil :unless '(:add sp-in-math-p)))) + "\\lVert" "\\lvert")) + (sp-local-pair modes open nil :actions :rem)))) ;; Hook LSP, if enabled. (when (modulep! +lsp) (add-hook! '(tex-mode-local-vars-hook