diff options
| author | 2013-08-19 13:06:36 +0200 | |
|---|---|---|
| committer | 2013-08-19 13:06:36 +0200 | |
| commit | dac8fe02b8c140c145c6f7fbc259750e245d3892 (patch) | |
| tree | 9de92d398189e5ae06742681efd5ea3d8bc16eaf | |
| parent | 0132a338a18c10982a6da1077f18bb3068b61374 (diff) | |
| download | emacs-dac8fe02b8c140c145c6f7fbc259750e245d3892.tar.gz emacs-dac8fe02b8c140c145c6f7fbc259750e245d3892.zip | |
Always skip closing pair
| -rw-r--r-- | .emacs.d/init.el | 3 |
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) |
