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.
This commit is contained in:
parent
a6481f8a6b
commit
d061d492a7
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