diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 8f7ed715b52..82467048a08 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3477,15 +3477,18 @@ You can browse the resulting @file{*Packages*} buffer to see what is | |||
| 3477 | available, and then Emacs can automatically download and install the | 3477 | available, and then Emacs can automatically download and install the |
| 3478 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. | 3478 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. |
| 3479 | 3479 | ||
| 3480 | There are other, non-GNU, Emacs Lisp package servers, including: | 3480 | There are other Emacs Lisp package archives. To use additional |
| 3481 | @uref{https://melpa.org, MELPA}; and | 3481 | archives, you can customize the @code{package-archives} variable. |
| 3482 | @uref{https://marmalade-repo.org, Marmalade}. To use additional | 3482 | Those archives have no affiliation with GNU Emacs, and we do not |
| 3483 | package servers, customize the @code{package-archives} variable. Be | 3483 | monitor how they are maintained. They may pay close attention to |
| 3484 | aware that installing a package can run arbitrary code, so only add | 3484 | correctness and safety of the code, or they may give only cursory |
| 3485 | sources that you trust. Also, packages hosted on non-GNU package | 3485 | attention. |
| 3486 | servers may encourage or require you to install and use non-free | 3486 | |
| 3487 | software; for example, MELPA is known to host some packages that do | 3487 | Also, packages hosted on these other archives may encourage or require |
| 3488 | this. | 3488 | you to install and use other nonfree programs. Unless you can verify |
| 3489 | that a package is free software, and that it functions without | ||
| 3490 | installing any nonfree software, we recommend for your freedom's sake | ||
| 3491 | that you stay away from it. | ||
| 3489 | 3492 | ||
| 3490 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, | 3493 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, |
| 3491 | GNU Emacs sources mailing list}, which is gatewayed to the | 3494 | GNU Emacs sources mailing list}, which is gatewayed to the |