Use 'chomp instead of :chomp
This commit is contained in:
parent
8015a380be
commit
fd5b2c2cdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue