From f2d6230736ef78545c2fadf19d046254d04ebf1f Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Tue, 12 May 2020 13:41:13 -0600 Subject: [PATCH] Fix use-packages! typo in getting started --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 389f551ed..98b59e6e7 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -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.