From: Amin Bandali Date: Thu, 3 May 2018 15:42:06 +0000 (-0400) Subject: [emacs] tangle init.org before bootstrapping X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/f27d607ecaf376361aa07ccd4bda48f7a37f42fd [emacs] tangle init.org before bootstrapping By making `tangle-init' a prerequisite of `bootstrap'. Adjust build instructions accordingly. --- diff --git a/Makefile b/Makefile index 3521a23..e694d46 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ bootstrap-borg: @cd lib/borg; git symbolic-ref HEAD refs/heads/master @cd lib/borg; git reset --hard HEAD +bootstrap: tangle-init + ta: tangle-init all ti: tangle-init build-init diff --git a/init.org b/init.org index db1c2f4..1062c17 100644 --- a/init.org +++ b/init.org @@ -44,7 +44,6 @@ byte-compiled the packages. Something along these lines should work: git clone https://github.com/aminb/dotfiles ~/.emacs.d cd ~/.emacs.d make bootstrap-borg -make tangle-init make bootstrap make build #+end_src