Files
dtos-dotfiles/.emacs.d/core/test/init.el
2019-12-16 20:21:19 -06:00

18 lines
316 B
EmacsLisp

;;; core/test/init.el -*- lexical-binding: t; no-byte-compile: t; -*-
;; An init.el for our unit test suites. Do not use this!
(doom! :completion
company
:ui
doom-dashboard
popup
workspaces
:editor
evil
:tools
pass
:lang
org
web)