mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
Merge f83d918790 into 0d2f10dcab
This commit is contained in:
commit
4972d04188
1 changed files with 0 additions and 5 deletions
|
|
@ -622,7 +622,6 @@ If you want to update Doom manually, ~doom upgrade~ is equivalent to:
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
cd ~/.emacs.d
|
cd ~/.emacs.d
|
||||||
git pull # updates Doom
|
git pull # updates Doom
|
||||||
doom clean # Ensure your config isn't byte-compiled
|
|
||||||
doom sync # synchronizes your config with Doom Emacs
|
doom sync # synchronizes your config with Doom Emacs
|
||||||
doom update # updates installed packages
|
doom update # updates installed packages
|
||||||
#+END_SRC
|
#+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
|
+ 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.
|
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
|
+ ~bin/doom sync~ will ensure the problem isn't missing packages or outdated
|
||||||
autoloads files
|
autoloads files
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue