aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilip Kaludercic2024-11-07 12:44:50 +0100
committerPhilip Kaludercic2024-11-07 12:44:50 +0100
commit48eefe094f3cfdd7135b1fb2a98f0699a4fb777e (patch)
tree520a4441863c9e90a6091b0797ab28ec6f9af685 /etc
parentd9c581ead4da3764817939a7ff67ac3ecebab765 (diff)
downloademacs-48eefe094f3cfdd7135b1fb2a98f0699a4fb777e.tar.gz
emacs-48eefe094f3cfdd7135b1fb2a98f0699a4fb777e.zip
Do not enable 'package-autosuggest-mode' by default
As the feature is intrusive and can slow down startup time it is safer to disable the feature by default. * doc/emacs/package.texi (Package Installation): Explicitly mention the minor mode in the manual. * etc/NEWS: Document it here as well. * lisp/emacs-lisp/package.el (package-autosuggest-mode): Change default value to nil and autoload it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a808cc30b58..dcbe75b6b8b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -666,6 +666,12 @@ the directory into which the repository was cloned.
666Using a built-in database of package suggestions from ELPA, this command 666Using a built-in database of package suggestions from ELPA, this command
667will install viable packages if no specific major mode is available. 667will install viable packages if no specific major mode is available.
668 668
669+++
670*** New minor mode 'package-autosuggest-mode'
671When enabled, this displays a hint in the mode line indicating the
672availability of a suggested package. You can customise the presentation
673of these hints using 'package-autosuggest-style'.
674
669 675
670* New Modes and Packages in Emacs 31.1 676* New Modes and Packages in Emacs 31.1
671 677