mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3109 from jsmestad/patch-4
Documentation fix - use-packages! typo in getting started
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user