diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-21 21:22:35 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-21 21:22:35 -0500 |
commit | ed559ffad7f7ce1c26ca65714cfc27152db67587 (patch) | |
tree | d64207fa9101c0ea80fb9a914fd33476e9ec16ed /Makefile | |
parent | 981ff3ce9a26c24ad5fd0a2cdfed33a015156edf (diff) | |
download | configs-ed559ffad7f7ce1c26ca65714cfc27152db67587.tar.gz configs-ed559ffad7f7ce1c26ca65714cfc27152db67587.tar.xz configs-ed559ffad7f7ce1c26ca65714cfc27152db67587.zip |
[emacs] remove init.org
i love the idea of a literate configuration, but in reality, i’ve been
too busy to properly document each section and little thing i add.
feel free to reach out to me if you have any questions about anything
you see in my init file.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -6,8 +6,6 @@ bootstrap-borg: @cd lib/borg; git symbolic-ref HEAD refs/heads/master @cd lib/borg; git reset --hard HEAD -bootstrap: tangle-init +a: all -ta: tangle-init all - -ti: tangle-init build-init +i: build-init |