2020-05-11 23:25:46 +09:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/taskrunner/packages.el
|
|
|
|
|
|
|
|
(package! taskrunner :pin "716323aff410b4d864d137c9ebe4bbb5b8587f5e")
|
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :completion helm)
|
2020-05-11 23:25:46 +09:00
|
|
|
(package! helm-taskrunner
|
|
|
|
:pin "70ef8117aafdc01a1f06151a82cecb9a2fcf4d32"
|
|
|
|
:recipe (:host github :repo "emacs-taskrunner/helm-taskrunner")))
|
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! :completion ivy)
|
2020-05-11 23:25:46 +09:00
|
|
|
(package! ivy-taskrunner
|
|
|
|
:pin "c731ee6279f65061ef70e79d3818ea1d9678e6da"
|
|
|
|
:recipe (:host github :repo "emacs-taskrunner/ivy-taskrunner")))
|