Chomp whitespace when closing delimiters

This commit is contained in:
Tom Willemse 2014-10-31 14:52:03 +01:00
parent f170652c77
commit ca2ce63ae0

View file

@ -1011,6 +1011,15 @@
)))
#+END_SRC
* Remove whitespace when closing delimiters
In =electric-pair-mode=, skip over and delete white space if it stands
between the cursor and the closing delimiter.
#+BEGIN_SRC emacs-lisp
(setq electric-pair-skip-whitespace 'chomp)
#+END_SRC
* Programming
Emacs is a real programmer's editor, especially so because it's so