Refactor smartparens default rules

Move them to config/default, but move single-lang-specific ones to their
respective modules.
This commit is contained in:
Henrik Lissner 2018-06-25 15:54:38 +02:00
parent 1d7782aea3
commit 8a4f15b01c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 25 additions and 18 deletions

View file

@ -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")