2018-02-03 22:46:18 -05:00
|
|
|
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
|
|
|
|
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)
|