doomemacs/modules/feature
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
..
debugger 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
eval feature/eval: reorganize; move settings into init.el 2018-05-14 13:05:03 +02:00
evil New bin/doom (eventual replacement for make) 2018-05-21 01:38:17 +02:00
file-templates feature/file-templates: rewrite without autoinsert 2018-05-18 01:47:03 +02:00
lookup General minor refactor & docstring fixes 2018-05-14 20:55:55 +02:00
snippets feature/snippets: add doctor.el 2018-05-09 12:38:20 +02:00
spellcheck feature/spellcheck: conditionally spellcheck on load 2018-05-07 22:36:28 +02:00
syntax-checker feature/syntax-checker: new +childframe flag for popups 2018-05-09 12:17:23 +02:00
version-control Remove redundant config & auto-mode-alist entries 2018-05-14 20:48:14 +02:00
workspaces New bin/doom (eventual replacement for make) 2018-05-21 01:38:17 +02:00