doomemacs/core/test/init.el

18 lines
316 B
EmacsLisp
Raw Normal View History

;;; core/test/init.el -*- lexical-binding: t; no-byte-compile: t; -*-
;; An init.el for our unit test suites. Do not use this!
2019-04-24 18:07:17 -04:00
(doom! :completion
company
:ui
doom-dashboard
2018-06-23 23:23:23 +02:00
popup
2019-04-24 18:07:17 -04:00
workspaces
:editor
evil
:tools
pass
:lang
org
web)