summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-20 01:01:39 +0200
committerGravatar Tom Willemse2015-04-20 01:01:39 +0200
commitfd5b2c2cdfba0135eedc4e39b594759e0356213f (patch)
tree215974b67b3a81f2b873bd704b78a652b9334d07 /emacs/.emacs.d/init.org
parent8015a380beb66d3ff072e79df6e3987924e80723 (diff)
downloaddotfiles-fd5b2c2cdfba0135eedc4e39b594759e0356213f.tar.gz
dotfiles-fd5b2c2cdfba0135eedc4e39b594759e0356213f.zip
Use 'chomp instead of :chomp
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 8a9343b..2ff4733 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