From f83d91879024359a0b6a081c985725ae3112ce57 Mon Sep 17 00:00:00 2001 From: Rafael Varago Date: Sat, 2 Nov 2024 16:06:23 +0100 Subject: [PATCH] docs(cli): remove references to `clean` Because the command has been removed [1]. [1]: https://github.com/doomemacs/doomemacs/commit/63c470bff32875098fa5a7f205e0b5eb08247686 --- docs/getting_started.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index b6d58cf27..16d8ec3db 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -622,7 +622,6 @@ If you want to update Doom manually, ~doom upgrade~ is equivalent to: #+BEGIN_SRC bash cd ~/.emacs.d git pull # updates Doom -doom clean # Ensure your config isn't byte-compiled doom sync # synchronizes your config with Doom Emacs doom update # updates installed packages #+END_SRC @@ -1507,10 +1506,6 @@ provide tools to make this easier. Here are a few things you can try, first: + Run ~bin/doom doctor~ on the command line to diagnose common issues with your environment and config. It will suggest solutions for them as well. -+ ~bin/doom clean~ will ensure the problem isn't stale bytecode in your private - config or Doom core. If you haven't used ~bin/doom compile~, there's no need - to do this. - + ~bin/doom sync~ will ensure the problem isn't missing packages or outdated autoloads files