aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b881edfb3b..122bd27d80 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -128,6 +128,16 @@ now forces true deletion, regardless of `delete-by-moving-to-trash'.
** New option `list-colors-sort' defines the color sort order
for `list-colors-display'.
+** An Emacs Lisp package manager is now included.
+This is a convenient way to download and install additional packages,
+from elpa.gnu.org. `M-x package-list-packages' shows a list of
+packages, which can be selected for installation.
+
+*** By default, all installed packages are loaded and activated
+automatically when Emacs starts up. To disable this, set
+`package-enable-at-startup' to nil. To change which packages are
+loaded, customize `package-load-list'.
+
* Editing Changes in Emacs 24.1