summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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