Move init.test.el into core/autoload/test.el
This commit is contained in:
parent
d714be0a16
commit
3bfb7fa17d
2 changed files with 10 additions and 24 deletions
23
init.test.el
23
init.test.el
|
@ -1,23 +0,0 @@
|
|||
;;; 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)
|
Loading…
Add table
Add a link
Reference in a new issue