Update init.{example,test}.el & travis for new config policy

This commit is contained in:
Henrik Lissner 2018-04-03 23:31:04 -04:00
parent 48ae8e2aff
commit 0026f08e27
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 38 deletions

View file

@ -1,21 +1,14 @@
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
(setq doom-private-dir nil)
(require 'core (concat user-emacs-directory "core/core"))
(doom! :feature
evil
workspaces
:completion
company
:ui
doom-dashboard
:tools
password-store
:lang
org
web)