>From c62a0140c2f3732164d395c34ba6fc9088ac851c Mon Sep 17 00:00:00 2001 From: Daniel Fleischer Date: Wed, 1 Dec 2021 19:15:27 +0200 Subject: [PATCH] * etc/tutorials/TUTORIAL: section about package installation --- etc/tutorials/TUTORIAL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index dcdb61f23e..70cdd29b85 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL @@ -988,6 +988,25 @@ because C-g is used for canceling commands and arguments WITHIN the recursive editing level. +* INSTALLING PACKAGES +--------------------- + +Emacs has a rich set of packages written by the community, which +extends Emacs' capabilities. These features include support for new +languages, additional themes, plugins to integrate with external +applications and much much more. + +To install a package type M-x package-install and choose a +package. To uninstall, type M-x package-delete and choose a +package to remove. + +>> Type M-x package-install which-key to install + the 'which-key' package, for example. + +>> Type M-x package-delete which-key to delete + the package you just installed. + + * GETTING MORE HELP ------------------- -- 2.33.1