Set sp-cancel-autoskip-on-backward-movement to nil
This commit is contained in:
parent
daabb1e373
commit
10116b47f0
1 changed files with 2 additions and 1 deletions
|
@ -102,8 +102,9 @@ Will only occur if prelude-whitespace is also enabled."
|
||||||
try-complete-lisp-symbol))
|
try-complete-lisp-symbol))
|
||||||
|
|
||||||
;; smart pairing for all
|
;; smart pairing for all
|
||||||
(setq sp-base-key-bindings 'paredit)
|
|
||||||
(require 'smartparens-config)
|
(require 'smartparens-config)
|
||||||
|
(setq sp-base-key-bindings 'paredit)
|
||||||
|
(setq sp-cancel-autoskip-on-backward-movement nil)
|
||||||
(smartparens-global-mode +1)
|
(smartparens-global-mode +1)
|
||||||
|
|
||||||
;; diminish keeps the modeline tidy
|
;; diminish keeps the modeline tidy
|
||||||
|
|
Loading…
Reference in a new issue