Always auto-skip closing pair

This commit is contained in:
Bozhidar Batsov 2013-08-06 22:51:10 +03:00
parent 04b68e7482
commit 578a92e004

View file

@ -104,7 +104,7 @@ Will only occur if prelude-whitespace is also enabled."
;; smart pairing for all ;; smart pairing for all
(require 'smartparens-config) (require 'smartparens-config)
(setq sp-base-key-bindings 'paredit) (setq sp-base-key-bindings 'paredit)
(setq sp-cancel-autoskip-on-backward-movement nil) (setq sp-autoskip-closing-pair 'always)
(smartparens-global-mode +1) (smartparens-global-mode +1)
;; diminish keeps the modeline tidy ;; diminish keeps the modeline tidy