2019-08-27 00:06:46 -04:00
|
|
|
;;; core/test/init.el -*- lexical-binding: t; no-byte-compile: t; -*-
|
2019-07-21 23:31:42 +02:00
|
|
|
|
|
|
|
;; An init.el for our unit test suites. Do not use this!
|
2018-02-03 22:46:18 -05:00
|
|
|
|
2019-04-24 18:07:17 -04:00
|
|
|
(doom! :completion
|
2018-02-03 22:46:18 -05:00
|
|
|
company
|
|
|
|
:ui
|
|
|
|
doom-dashboard
|
2018-06-23 23:23:23 +02:00
|
|
|
popup
|
2019-04-24 18:07:17 -04:00
|
|
|
workspaces
|
|
|
|
:editor
|
|
|
|
evil
|
2018-02-03 22:46:18 -05:00
|
|
|
:tools
|
2019-05-19 00:03:15 -04:00
|
|
|
pass
|
2018-02-03 22:46:18 -05:00
|
|
|
:lang
|
|
|
|
org
|
2018-02-16 05:42:37 -05:00
|
|
|
web)
|