2018-02-03 22:46:18 -05:00
|
|
|
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
|
|
|
|
2018-04-03 22:36:44 -04:00
|
|
|
(setq doom-private-dir nil)
|
2018-02-03 22:46:18 -05:00
|
|
|
(require 'core (concat user-emacs-directory "core/core"))
|
|
|
|
|
|
|
|
(doom! :feature
|
|
|
|
evil
|
|
|
|
workspaces
|
|
|
|
|
|
|
|
:completion
|
|
|
|
company
|
|
|
|
|
|
|
|
:ui
|
|
|
|
doom-dashboard
|
|
|
|
|
|
|
|
:tools
|
|
|
|
password-store
|
|
|
|
|
|
|
|
:lang
|
|
|
|
org
|
2018-02-16 05:42:37 -05:00
|
|
|
web)
|