Merge pull request #3109 from jsmestad/patch-4

Documentation fix - use-packages! typo in getting started
This commit is contained in:
Henrik Lissner 2020-05-14 04:21:12 -04:00 committed by GitHub
commit 3175224dc9
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)
#+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
this to disable Doom's packages that you don't want or need.