summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-01-20 14:34:24 +0100
committerGravatar Tom Willemse2015-01-20 14:34:24 +0100
commitd061d492a7f09e015ac56437bb6d80bb44d7cf2f (patch)
treef39d68d3d8a2831c70ba1b6f853386c81a3207c2 /emacs/.emacs.d/init.org
parenta6481f8a6bc8e0392a7531c247bd09bcda324d94 (diff)
downloaddotfiles-d061d492a7f09e015ac56437bb6d80bb44d7cf2f.tar.gz
dotfiles-d061d492a7f09e015ac56437bb6d80bb44d7cf2f.zip
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.
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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