From d061d492a7f09e015ac56437bb6d80bb44d7cf2f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Jan 2015 14:34:24 +0100 Subject: Use :chomp for whitespace instead of 'chomp I wrote a patch that checks for `:chomp' instead of `'chomp' as the value for `electric-pair-skip-whitespace' so that it can't possibly be mistaken for a function, which would cause trouble. --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 86b3925..546da0a 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1072,7 +1072,7 @@ between the cursor and the closing delimiter. #+BEGIN_SRC emacs-lisp - (setq electric-pair-skip-whitespace 'chomp) + (setq electric-pair-skip-whitespace :chomp) #+END_SRC * Reject SSL/TLS certificates that don't check out -- cgit v1.2.3-54-g00ecf