aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials
diff options
context:
space:
mode:
authorDaniel Fleischer2021-12-01 19:15:27 +0200
committerStefan Kangas2021-12-06 14:59:35 +0100
commit63c8a6066a203d872df89338c86a9fea34c36141 (patch)
tree30849596ab07975a6e938ed9cc8a412b6633e0e8 /etc/tutorials
parent2e8d1ad0f206b3e1a8bd10f9def6679be5b4c086 (diff)
downloademacs-63c8a6066a203d872df89338c86a9fea34c36141.tar.gz
emacs-63c8a6066a203d872df89338c86a9fea34c36141.zip
Add package management to tutorial and startup screen
* etc/tutorials/TUTORIAL: Add section about package installation. * lisp/startup.el (fancy-startup-tail): Add button for package-list-packages. This was discussed in: https://lists.gnu.org/r/emacs-devel/2021-12/msg00079.html
Diffstat (limited to 'etc/tutorials')
-rw-r--r--etc/tutorials/TUTORIAL14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index dcdb61f23ec..d7a298ed58a 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -1099,6 +1099,20 @@ manual in the node called "Dired".
1099The manual also describes many other Emacs features. 1099The manual also describes many other Emacs features.
1100 1100
1101 1101
1102* INSTALLING PACKAGES
1103---------------------
1104
1105Emacs has a rich set of packages written by the community, which
1106extends Emacs' capabilities. These features include support for new
1107languages, additional themes, plugins for integrating with external
1108applications and much much more.
1109
1110To see a list of all available packages, type M-x list-packages. In
1111this mode, you can install or uninstall packages, as well as read
1112packages' descriptions. For more information about package
1113management, consult the manual.
1114
1115
1102* CONCLUSION 1116* CONCLUSION
1103------------ 1117------------
1104 1118