Lazy-install buttercup package
This commit is contained in:
parent
7c5fb8ed9c
commit
087127a31d
2 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,8 @@ If neither is available, run all tests in all enabled modules."
|
|||
(let* ((noninteractive t)
|
||||
(doom-modules (doom-modules)))
|
||||
(quiet! (doom-reload-autoloads))
|
||||
(unless (package-installed-p 'buttercup)
|
||||
(package-install 'buttercup t))
|
||||
(let ((target-paths
|
||||
;; Convert targets into a list of string paths, pointing to the root
|
||||
;; directory of modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue