Merge pull request #2115 from srid/patch-1

docs/faq.org: fix grammar
This commit is contained in:
Henrik Lissner 2019-11-27 22:13:03 -05:00 committed by GitHub
commit 827e4a2a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,8 @@ To paraphrase (and expand upon) a [[https://www.reddit.com/r/emacs/comments/6pa0
you into Doom. you into Doom.
+ *Doom manages its packages outside of Emacs.* Spacemacs installs (and checks + *Doom manages its packages outside of Emacs.* Spacemacs installs (and checks
for packages) on startup or on demand. Doom leaves package management to be for packages) on startup or on demand. Doom leaves package management to be
done externally, through the ~bin/doom~ script. This allows package management done externally, through the ~bin/doom~ script. This allows for package
can be scripted on the command line and enables a number of startup management to be scripted on the command line and enables a number of startup
optimizations we wouldn't have otherwise. optimizations we wouldn't have otherwise.
** Why such a complicated package management system? ** Why such a complicated package management system?