Add :tools password-store to init.test.el

This commit is contained in:
Henrik Lissner 2017-06-12 02:45:53 +02:00
parent ca07eb5077
commit 3f5c828169
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -3,4 +3,5 @@
(require 'core (concat user-emacs-directory "core/core"))
(doom! :feature evil
:tools password-store
:private hlissner)

View file

@ -1,4 +1,4 @@
;;; ../test/modules/feature/test-evil.el
;;; test/modules/feature/test-evil.el
(require! :feature evil t)