doomemacs/core/autoload
Henrik Lissner 9c93c453e8
Reorganize unit-tests and test workflow
+ Moved unit tests out of tests/ and into their respective modules.
+ Rewrite makefile and added these tasks:
  + <MODULE>/<SUBMODULE> -- byte-compile a specific module
  + test:<MODULE>/<SUBMODULE> -- runs tests for a specific module
  + testi -- run tests in an interactive session of Emacs (WIP)
  + run -- opens an Emacs session with this config; useful when it is in
    a non-standard location.
2017-06-14 21:15:19 +02:00
..
buffers.el By default, empty buffer-file-name = unreal buffer 2017-06-12 14:28:59 +02:00
debug.el fixup! Fix doom/what-face not handling face plist specs 2017-06-10 16:10:59 +02:00
editor.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
help.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
memoize.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
message.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
minibuffer.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
packages.el Replace doom-package-*-p with doom-package-prop 2017-06-14 21:15:19 +02:00
popups.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
system.el Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
test.el Reorganize unit-tests and test workflow 2017-06-14 21:15:19 +02:00
ui.el Fix quit confirmations in daemon; add for frames 2017-06-11 16:24:49 +02:00