summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-19 13:06:36 +0200
committerGravatar Tom Willemse2013-08-19 13:06:36 +0200
commitdac8fe02b8c140c145c6f7fbc259750e245d3892 (patch)
tree9de92d398189e5ae06742681efd5ea3d8bc16eaf /.emacs.d
parent0132a338a18c10982a6da1077f18bb3068b61374 (diff)
downloademacs-dac8fe02b8c140c145c6f7fbc259750e245d3892.tar.gz
emacs-dac8fe02b8c140c145c6f7fbc259750e245d3892.zip
Always skip closing pair
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 34cd36f..9817eba 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -496,7 +496,8 @@ Also change directories to current working directory."
(setq inferior-lisp-program "sbcl --noinform --no-linedit"))
(stante-after smartparens
- (setq sp-cancel-autoskip-on-backward-movement nil))
+ (setq sp-cancel-autoskip-on-backward-movement nil
+ sp-autoskip-closing-pair 'always))
(stante-after smex
(setq smex-key-advice-ignore-menu-bar t)