From 50991232e6e1ca67b98a4c43fc5dd3870417e312 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Jun 2018 14:44:47 +0200 Subject: [PATCH] sp-escape-quotes-after-insert = nil Smartparens isn't smart enough to escape quotes in many situations (like single quotes in c/c++). --- core/core-editor.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index abd3a6e81..79f0485c7 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -149,7 +149,8 @@ fundamental-mode) for performance sake." sp-cancel-autoskip-on-backward-movement nil sp-show-pair-delay 0.1 sp-max-pair-length 4 - sp-max-prefix-length 50) + sp-max-prefix-length 50 + sp-escape-quotes-after-insert nil) ; not smart enough ;; Slim down on smartparens' opinionated behavior (defun doom|disable-smartparens-navigate-skip-match ()