Add tools/taskrunner module
Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
This commit is contained in:
parent
1529dcaaf5
commit
3f21d8267a
7 changed files with 84 additions and 3 deletions
14
modules/tools/taskrunner/packages.el
Normal file
14
modules/tools/taskrunner/packages.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/taskrunner/packages.el
|
||||
|
||||
(package! taskrunner :pin "716323aff410b4d864d137c9ebe4bbb5b8587f5e")
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-taskrunner
|
||||
:pin "70ef8117aafdc01a1f06151a82cecb9a2fcf4d32"
|
||||
:recipe (:host github :repo "emacs-taskrunner/helm-taskrunner")))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-taskrunner
|
||||
:pin "c731ee6279f65061ef70e79d3818ea1d9678e6da"
|
||||
:recipe (:host github :repo "emacs-taskrunner/ivy-taskrunner")))
|
Loading…
Add table
Add a link
Reference in a new issue