From e8827048b87d1f2587b1363601b692629e28c863 Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Thu, 12 Jul 2018 16:59:24 +0200 Subject: [PATCH] sp already sets up latex-specific features --- modules/lang/latex/config.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index 642ceac8b..3bc7858e0 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -14,9 +14,6 @@ ;; 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")