Always auto-skip closing pair
This commit is contained in:
parent
04b68e7482
commit
578a92e004
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Will only occur if prelude-whitespace is also enabled."
|
|||
;; smart pairing for all
|
||||
(require 'smartparens-config)
|
||||
(setq sp-base-key-bindings 'paredit)
|
||||
(setq sp-cancel-autoskip-on-backward-movement nil)
|
||||
(setq sp-autoskip-closing-pair 'always)
|
||||
(smartparens-global-mode +1)
|
||||
|
||||
;; diminish keeps the modeline tidy
|
||||
|
|
Loading…
Reference in a new issue