[docs] Elaborate on fetchers to include git

Although the docs show an example, but the paragraph below seems to imply that a
package can't be fetched directly off git. Update to make it more clear that it can.
This commit is contained in:
Benjamin Hipple 2020-12-26 15:37:27 -05:00 committed by Maximilian Wolff
parent a82d2292b6
commit ce0674bf56
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,8 @@ as follows:
#+END_SRC
The =:location= attribute specifies where the package may be found. Spacemacs
currently supports packages on ELPA compliant repositories, local packages and
currently supports packages on ELPA compliant repositories, local packages, git
packages (including specific helpers for GitHub, GitLab, and Bitbucket), and
MELPA recipes (through the Quelpa package). Local packages should reside at
=<layer>/local/<package>/=. For information about recipes see the [[https://github.com/milkypostman/melpa#user-content-recipe-format][MELPA
documentation]].