[Emacs] Clarify some text
This commit is contained in:
parent
3cd50d88da
commit
d9299b664d
@ -721,12 +721,13 @@ the value `split-window-right', then it will be changed to
|
|||||||
:END:
|
:END:
|
||||||
By default, only GNU’s repositories are available to the package
|
By default, only GNU’s repositories are available to the package
|
||||||
managers of Emacs. I also want to use Melpa and org-mode’s repository,
|
managers of Emacs. I also want to use Melpa and org-mode’s repository,
|
||||||
so let’s add them! Note that the /Elpa/ repository has been renamed to
|
so let’s 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 FSF’s
|
hosts packages that do not conform to the FSF’s 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/")
|
||||||
|
Loading…
Reference in New Issue
Block a user