From 821d1937b80e2cca76789b1822280c7ab7737e00 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Fri, 13 Jul 2018 10:07:02 +0200 Subject: [PATCH] Revert sp change. --- modules/lang/latex/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index 37fa4d3f3..c5d0479b4 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -14,6 +14,9 @@ ;; Plugins ;; +;; sp's default rules are obnoxious, so disable them +(provide 'smartparens-latex) + (after! tex ;; Set some varibles to fontify common LaTeX commands. (load! "+fontification")