Revert "Move init.test.el into core/autoload/test.el"

This reverts commit 3bfb7fa17d.
This commit is contained in:
Henrik Lissner 2018-02-03 22:46:18 -05:00
parent e2a6028643
commit 4262b9912c
2 changed files with 24 additions and 10 deletions

23
init.test.el Normal file
View file

@ -0,0 +1,23 @@
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
(require 'core (concat user-emacs-directory "core/core"))
(doom! :feature
evil
workspaces
:completion
company
:ui
doom-dashboard
:tools
password-store
:lang
org
web
:private
hlissner)