From 10116b47f05d48ab0e2bb777b2d711e7a2e15f91 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 11 Jul 2013 11:38:49 +0300 Subject: [PATCH] Set sp-cancel-autoskip-on-backward-movement to nil --- core/prelude-editor.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 5f07c11..2c9832f 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -102,8 +102,9 @@ Will only occur if prelude-whitespace is also enabled." try-complete-lisp-symbol)) ;; smart pairing for all -(setq sp-base-key-bindings 'paredit) (require 'smartparens-config) +(setq sp-base-key-bindings 'paredit) +(setq sp-cancel-autoskip-on-backward-movement nil) (smartparens-global-mode +1) ;; diminish keeps the modeline tidy