From 56680e37a2d913febba715f169b3cc9b2fe64b4a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 23 Jul 2015 01:36:51 +0200 Subject: [PATCH] smartparens: temporary fix for not skipping end-quotes --- core/core-editor.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-editor.el b/core/core-editor.el index bac4daec0..56078f60d 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -171,9 +171,11 @@ (setq blink-matching-paren t sp-autowrap-region nil ; let evil-surround handle this sp-highlight-pair-overlay nil + sp-autoescape-string-quote nil sp-show-pair-delay 0) (require 'smartparens-config) + (electric-pair-mode 1) ;; fixes skip quotes issue (for now) ;; Handle newlines + spaces (sp-pair "{" "}"