2017-06-14 20:26:17 +02:00
|
|
|
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
2017-05-19 23:52:37 +02:00
|
|
|
|
|
|
|
(require 'core (concat user-emacs-directory "core/core"))
|
2017-06-04 21:28:19 +02:00
|
|
|
|
2017-07-08 21:10:35 +02:00
|
|
|
(doom! :feature
|
|
|
|
evil
|
|
|
|
workspaces
|
|
|
|
|
|
|
|
:completion
|
|
|
|
company
|
|
|
|
|
|
|
|
:tools
|
|
|
|
password-store
|
|
|
|
|
|
|
|
:lang
|
2017-10-05 01:28:30 +02:00
|
|
|
org
|
2017-12-09 14:38:06 -05:00
|
|
|
web
|
2017-10-05 01:28:30 +02:00
|
|
|
|
2017-07-08 21:10:35 +02:00
|
|
|
:private
|
|
|
|
hlissner)
|