summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-17 11:09:23 +0100
committerGravatar Tom Willemse2013-11-17 11:09:23 +0100
commit23ebf3f619d05d388990e4f3ec586ac3f226f965 (patch)
treed3028d745518a961858ed63ebb4827670d30e6bd
parenteea32d761d8dc9d1f99e9be2a657dd8dda9a1b68 (diff)
downloademacs-23ebf3f619d05d388990e4f3ec586ac3f226f965.tar.gz
emacs-23ebf3f619d05d388990e4f3ec586ac3f226f965.zip
Use smartparens-strict-mode, closer to paredit
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cc0b2f9..84a7d20 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -510,7 +510,7 @@ Also change directories to current working directory."
((html) turn-off-auto-fill)
((hy) paredit-mode)
((hy) init-set-keys-for-hy)
- ((js2 python) smartparens-mode)
+ ((js2 python) smartparens-strict-mode)
((markdown python) whitespace-mode)
((message org gnus-summary gnus-article gnus-group magit-log-edit Info
info org-agenda jabber-chat)