From 3f5c82816951f23f9834498aec9619558a9ec2ff Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 12 Jun 2017 02:45:53 +0200 Subject: [PATCH] Add :tools password-store to init.test.el --- test/init.test.el | 1 + test/modules/feature/test-evil.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/init.test.el b/test/init.test.el index 1b65f6575..73a02cbb3 100644 --- a/test/init.test.el +++ b/test/init.test.el @@ -3,4 +3,5 @@ (require 'core (concat user-emacs-directory "core/core")) (doom! :feature evil + :tools password-store :private hlissner) diff --git a/test/modules/feature/test-evil.el b/test/modules/feature/test-evil.el index a7450e0ae..eacf00972 100644 --- a/test/modules/feature/test-evil.el +++ b/test/modules/feature/test-evil.el @@ -1,4 +1,4 @@ -;;; ../test/modules/feature/test-evil.el +;;; test/modules/feature/test-evil.el (require! :feature evil t)