Remove sp-escape-quotes-after-insert hack

Was fixed upstream at some point.
This commit is contained in:
Henrik Lissner 2020-12-13 19:48:43 -05:00
parent 04b29c70d2
commit d69d245778
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -501,9 +501,6 @@ files, so we replace calls to `pp' with the much faster `prin1'."
;; No pair has any business being longer than 4 characters; if they must, set
;; it buffer-locally. It's less work for smartparens.
(setq sp-max-pair-length 4)
;; This isn't always smart enough to determine when we're in a string or not.
;; See https://github.com/Fuco1/smartparens/issues/783.
(setq sp-escape-quotes-after-insert nil)
;; Silence some harmless but annoying echo-area spam
(dolist (key '(:unmatched-expression :no-matching-tag))