Fix use-packages! typo in getting started

This commit is contained in:
Justin Smestad 2020-05-12 13:41:13 -06:00 committed by GitHub
parent bc5bbb1770
commit f2d6230736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -755,7 +755,7 @@ The ~package!~ macro possesses a ~:disable~ property:
(package! rtags :disable t) (package! rtags :disable t)
#+END_SRC #+END_SRC
Once a package is disabled, ~use-packages!~ and ~after!~ blocks for it will be Once a package is disabled, ~use-package!~ and ~after!~ blocks for it will be
ignored, and the package is removed the next time you run ~bin/doom sync~. Use ignored, and the package is removed the next time you run ~bin/doom sync~. Use
this to disable Doom's packages that you don't want or need. this to disable Doom's packages that you don't want or need.