From 6117aea06f84e318e1297e2a753524291bbb9fff Mon Sep 17 00:00:00 2001 From: gandalf3 Date: Tue, 2 May 2023 13:37:29 -0700 Subject: [PATCH] docs: warn about disabling core packages --- docs/getting_started.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting_started.org b/docs/getting_started.org index 467d3fe33..88849f652 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -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 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 packages: #+BEGIN_SRC elisp