Chomp whitespace when closing delimiters
This commit is contained in:
parent
f170652c77
commit
ca2ce63ae0
1 changed files with 9 additions and 0 deletions
|
@ -1011,6 +1011,15 @@
|
||||||
)))
|
)))
|
||||||
#+END_SRC
|
#+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
|
* Programming
|
||||||
|
|
||||||
Emacs is a real programmer's editor, especially so because it's so
|
Emacs is a real programmer's editor, especially so because it's so
|
||||||
|
|
Loading…
Reference in a new issue