Commit graph

157 commits

Author SHA1 Message Date
Henrik Lissner
e3bdeabe0b
bin/doom: discard extra command line args 2018-05-24 18:29:56 +02:00
Henrik Lissner
e1e47b9173
bin/doom: minor refactor; no longer default to doom refresh
Better to be explicit, otherwise you get some weird cases where
incorrect commands fall through to a doom refresh.
2018-05-24 16:03:27 +02:00
Henrik Lissner
8a7ebebf16
bin/doom: add -y/--yes option 2018-05-24 16:02:59 +02:00
Henrik Lissner
499630fdcd
bin/doom: handle doc/doctor especially 2018-05-24 16:00:46 +02:00
Henrik Lissner
cf54b3705b
bin/doom: alias h => help 2018-05-21 15:42:00 +02:00
Henrik Lissner
337d2e9533
Make bin/doom (with no args) equivalent to make all 2018-05-21 01:38:17 +02:00
Henrik Lissner
f058505306
New bin/doom (eventual replacement for make)
This commit adds bin/doom, which acts as the middle man that make once
was (and will stay for a while, though the documentation will shift away
from using it). It does everything the previous make interface did, but
is faster and more flexible. bin/doom should eventually replace the
makefile.

bin/doom also makes it easier to run Doom outside of ~/.emacs.d and
~/.doom.d with, for example:

  bin/doom run -p ~/.other.doom.d/ -e ~/.other.emacs.d

bin/doom.cmd is included for Windows users, but I don't recommend using
it yet. It hasn't been tested nor have I ever written a batch script
before.

Also update init.example.el with new defaults.
2018-05-21 01:38:17 +02:00