From 23ebf3f619d05d388990e4f3ec586ac3f226f965 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Nov 2013 11:09:23 +0100 Subject: Use smartparens-strict-mode, closer to paredit --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf