Don't eval private files when unit testing

This commit is contained in:
Henrik Lissner 2018-04-03 22:36:44 -04:00
parent 6aac8666f3
commit 815f5c134d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,5 +1,6 @@
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*- ;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
(setq doom-private-dir nil)
(require 'core (concat user-emacs-directory "core/core")) (require 'core (concat user-emacs-directory "core/core"))
(doom! :feature (doom! :feature