doomemacs/core/test
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
..
autoload-buffers.el New bin/doom (eventual replacement for make) 2018-05-21 01:38:17 +02:00
autoload-debug.el
autoload-message.el
autoload-package.el New bin/doom (eventual replacement for make) 2018-05-21 01:38:17 +02:00
core-lib.el Change add-hook! macro to retain hook order 2018-01-08 14:55:58 -05:00
core-projects.el Fix doom-project-* unit tests 2018-01-29 18:38:40 -05:00
core-ui.el