Make installation snippet more complete

This commit is contained in:
TEC 2021-01-09 01:30:46 +08:00
parent 5d3828ef28
commit c49705b1b2
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ In order to have Doom load the config, we need to initialise the submodules, and
generate the =init.el= once.
#+begin_src shell :eval query
git submodule init
git clone git@github.com:tecosaur/emacs-config.git ~/.config/doom
git submodule update
emacs --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "config.org")'
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
#+end_src