mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Make it easier to enable Abbrev mode by default
* lisp/cus-start.el: Make 'abbrev-mode' customizable. * doc/emacs/abbrevs.texi (Abbrev Concepts): * etc/NEWS: * src/buffer.c (syms_of_buffer): <abbrev-mode>: Document enabling Abbrev mode by default in all buffers by customizing 'abbrev-mode' to a non-nil value.
This commit is contained in:
parent
158bf5da77
commit
47aec3cbc9
4 changed files with 25 additions and 7 deletions
7
etc/NEWS
7
etc/NEWS
|
|
@ -3102,6 +3102,13 @@ contains an encrypted file, is an empty buffer, is a hidden buffer, or
|
|||
is the "*scratch*" buffer. If it cannot locate any acceptable buffers,
|
||||
it will begrudgingly use the scratch buffer.
|
||||
|
||||
** Abbrev mode
|
||||
|
||||
+++
|
||||
*** You can now enable Abbrev mode by default using Easy Customization.
|
||||
Customize the variable 'abbrev-mode' to non-nil to enable Abbrev mode by
|
||||
default in all buffers.
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 31.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue