diff options
| author | Philip Kaludercic | 2024-11-07 12:44:50 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2024-11-07 12:44:50 +0100 |
| commit | 48eefe094f3cfdd7135b1fb2a98f0699a4fb777e (patch) | |
| tree | 520a4441863c9e90a6091b0797ab28ec6f9af685 /etc | |
| parent | d9c581ead4da3764817939a7ff67ac3ecebab765 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -666,6 +666,12 @@ the directory into which the repository was cloned. | |||
| 666 | Using a built-in database of package suggestions from ELPA, this command | 666 | Using a built-in database of package suggestions from ELPA, this command |
| 667 | will install viable packages if no specific major mode is available. | 667 | will install viable packages if no specific major mode is available. |
| 668 | 668 | ||
| 669 | +++ | ||
| 670 | *** New minor mode 'package-autosuggest-mode' | ||
| 671 | When enabled, this displays a hint in the mode line indicating the | ||
| 672 | availability of a suggested package. You can customise the presentation | ||
| 673 | of 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 | ||