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-25 06:07:17 +08:00
(doom! :completion
company
:ui
doom-dashboard
2018-06-24 05:23:23 +08:00
popup
2019-04-25 06:07:17 +08:00
workspaces
:editor
evil
:tools
pass
:lang
org
web)