aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-11-29 12:59:38 -0500
committerStefan Monnier2013-11-29 12:59:38 -0500
commitda048127635e94607932eee634b0fc8803c3ebfc (patch)
treeee6f4542a8a973017858179f62830ee57ca2d990 /etc
parent015b3b3e8ec1330a0bbe3981e7070df8e17c9399 (diff)
downloademacs-da048127635e94607932eee634b0fc8803c3ebfc.tar.gz
emacs-da048127635e94607932eee634b0fc8803c3ebfc.zip
* lisp/electric.el (electric-indent-mode): Enable by default.
* lisp/loadup.el: Preload "electric". * src/lisp.mk (lisp): Add electric.elc.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2f9f84d8113..febc367c6d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -203,6 +203,8 @@ Czech typography rules. To globally enable this feature, evaluate:
203 203
204* Editing Changes in Emacs 24.4 204* Editing Changes in Emacs 24.4
205 205
206** `electric-indent-mode' is enabled by default.
207
206** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region. 208** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region.
207Most commands are still unaware of it, but kill/yank do work on the rectangle. 209Most commands are still unaware of it, but kill/yank do work on the rectangle.
208 210