This commit is contained in:
kitt 2025-12-03 17:40:23 -05:00 committed by GitHub
commit 273d906a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -926,6 +926,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