aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilip Kaludercic2026-02-12 23:08:42 +0100
committerPhilip Kaludercic2026-02-12 23:08:42 +0100
commit1e6d4f827c9a5e18d78385585bd54cb43c19504f (patch)
tree29d2ab9354e3d9616737832f3599fcd720bca284 /doc
parent69a7f6f60505a192a3d165336b385e607094d806 (diff)
parent1b02bf1214f478c09283a2affbd66efbb9815752 (diff)
downloademacs-1e6d4f827c9a5e18d78385585bd54cb43c19504f.tar.gz
emacs-1e6d4f827c9a5e18d78385585bd54cb43c19504f.zip
Merge branch 'feature/package-autosuggest'
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/package.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index e6432678c62..fdb0822e85c 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -454,6 +454,17 @@ case, Emacs retrieves packages from this archive via ordinary file
454access. Such local archives are mainly useful for testing. 454access. Such local archives are mainly useful for testing.
455@end defopt 455@end defopt
456 456
457@cindex suggestions
458@findex package-autosuggest
459@findex package-autosuggest-mode
460 Emacs has a built-in database of suggested packages for certain file
461types. If Emacs opens a file with no specific mode, you can use the
462@code{package-autosuggest} command to install the recommended packages
463from ELPA. After enabling @code{package-autosuggest-mode}, Emacs will
464display a clickable hint in the mode-line if it there is a suggested
465package. Using the @code{package-autosuggest-style} user option, you
466can adjust how Emacs presents the hint to install a package.
467
457@anchor{Package Signing} 468@anchor{Package Signing}
458@cindex package security 469@cindex package security
459@cindex package signing 470@cindex package signing