doomemacs/test
Henrik Lissner 4984a548d1
Refactor DOOM init & add new init hooks
+ Add doom-init-hook and doom-post-init-hook to simplify Emacs init
  hooks into less ambiguous ones.
+ Attach former after-init-hook and emacs-startup-hook hooks to new doom
  init hooks.
+ Vastly improves daemon and tty support: preventing incorrect colors
  from bleeding across face class barriers, and into GUI Emacs and vice
  versa, when spawned with emacsclient.
+ Fix persp-mode breaking Emacs daemon, and ensuring that initialization
  is done properly in terminal Emacs (and emacsclient frames).
2017-06-12 00:37:14 +02:00
..
core Add autoload/debug.el unit tests 2017-06-10 16:08:15 +02:00
modules/feature Add :cp, refactor evil file commands, add tests 2017-05-28 02:48:20 +02:00
init.test.el Redo unit-test initialization 2017-06-09 01:09:19 +02:00
run.el Refactor DOOM init & add new init hooks 2017-06-12 00:37:14 +02:00
test-basic.el