mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Lazy-install buttercup package
This commit is contained in:
@ -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
|
||||
|
@ -47,5 +47,6 @@
|
||||
;; autoload/debug.el
|
||||
(package! esup)
|
||||
|
||||
;; autoload/test.el
|
||||
(package! buttercup)
|
||||
;; cli/test.el
|
||||
;; buttercup is installed on demand, so avoid uninstalling it if present
|
||||
(package! buttercup :ignore t)
|
||||
|
Reference in New Issue
Block a user