Use 'chomp instead of :chomp

This commit is contained in:
Tom Willemse 2015-04-20 01:01:39 +02:00
parent 8015a380be
commit fd5b2c2cdf

View file

@ -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