From d69d245778ee38af061d2a965940900c27eca6b3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 13 Dec 2020 19:48:43 -0500 Subject: [PATCH] Remove sp-escape-quotes-after-insert hack Was fixed upstream at some point. --- core/core-editor.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index a30183c80..4f5c62e69 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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))