[Emacs] Clarify some text

This commit is contained in:
Lucien Cartier-Tilet 2022-03-10 22:26:52 +01:00
parent 3cd50d88da
commit d9299b664d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 7 additions and 6 deletions

View File

@ -721,12 +721,13 @@ the value `split-window-right', then it will be changed to
:END: :END:
By default, only GNUs repositories are available to the package By default, only GNUs repositories are available to the package
managers of Emacs. I also want to use Melpa and org-modes repository, managers of Emacs. I also want to use Melpa and org-modes repository,
so lets add them! Note that the /Elpa/ repository has been renamed to so lets add them! Note that the stock /elpa/ repository is renamed to
the /gnu/ repository due to the addition of another Elpa repository, /gnu/ due to the addition of another Elpa repository, /nongnu/, which will
/nongnu/, which will hosts packages that do not conform to the FSFs hosts packages that do not conform to the FSFs copyright assignment.
copyright assignment. Both the /gnu/ and the /nonfree/ repositories are Both the /gnu/ and the /nonfree/ repositories are Elpa repositories now,
Elpa repositories now, and they were renamed in order to avoid any and they are renamed here in order to avoid any confusion between the
confusion between the two of them. two of them. Melpa is a community-maintained repository which contains
an absurd amount of Emacs packages.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq package-archives '(("melpa" . "https://melpa.org/packages/") (setq package-archives '(("melpa" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/")