diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-03 11:42:06 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-03 11:43:17 -0400 |
commit | f27d607ecaf376361aa07ccd4bda48f7a37f42fd (patch) | |
tree | 414ebb377af0f96b38f732750607a896d6539a75 | |
parent | 16d70d6feeb43c05a1279842e4156a0c3ad8bb92 (diff) | |
download | configs-f27d607ecaf376361aa07ccd4bda48f7a37f42fd.tar.gz configs-f27d607ecaf376361aa07ccd4bda48f7a37f42fd.tar.xz configs-f27d607ecaf376361aa07ccd4bda48f7a37f42fd.zip |
[emacs] tangle init.org before bootstrapping
By making `tangle-init' a prerequisite of `bootstrap'. Adjust build
instructions accordingly.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | init.org | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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 |