mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
docs: warn about disabling core packages
This commit is contained in:
parent
042fe0c438
commit
6117aea06f
1 changed files with 6 additions and 0 deletions
|
|
@ -928,6 +928,12 @@ 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.
|
||||||
|
|
||||||
|
#+begin_quote
|
||||||
|
*IMPORTANT:* Core packages are required by doom; disabling these will break doom.
|
||||||
|
Use ~doom/help-packages~ (=SPC h p= or =C-h p=) to see if a package is in ~core~.
|
||||||
|
Disable their minor-modes or hooks instead.
|
||||||
|
#+end_quote
|
||||||
|
|
||||||
There is also the ~disable-packages!~ macro for conveniently disabling multiple
|
There is also the ~disable-packages!~ macro for conveniently disabling multiple
|
||||||
packages:
|
packages:
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue