mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
18 lines
316 B
EmacsLisp
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)
|