mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 02:40:46 -08:00
NEWS edits for electric stuff
This commit is contained in:
parent
0aca12922c
commit
cd3308f3c9
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -958,15 +958,21 @@ They are superseded by shift-select-mode, enabled by default since 23.1.
|
|||
** Occur Edit mode applies edits made in *Occur* buffers to the
|
||||
original buffers. It is bound to "e" in Occur mode.
|
||||
|
||||
+++
|
||||
** New global minor mode electric-pair-mode.
|
||||
When enabled, typing an open parenthesis automatically inserts the
|
||||
matching closing one.
|
||||
|
||||
+++
|
||||
** New global minor mode electric-indent-mode.
|
||||
When enabled, typing certain characters triggers reindentation.
|
||||
Major modes wishing to use this can set electric-indent-chars or
|
||||
electric-indent-functions.
|
||||
|
||||
+++
|
||||
** New global minor mode electric-layout-mode.
|
||||
When enabled, typing certain characters automatically inserts newlines.
|
||||
Major modes wishing to use this can set electric-layout-rules.
|
||||
|
||||
+++
|
||||
** tabulated-list.el provides a generic major mode for tabulated data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue