mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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)
|
(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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user