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
11
modules/tools/taskrunner/config.el
Normal file
11
modules/tools/taskrunner/config.el
Normal file
|
@ -0,0 +1,11 @@
|
|||
;;; tools/taskrunner/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! helm-taskrunner
|
||||
:when (featurep! :completion helm)
|
||||
:defer t
|
||||
:config (helm-taskrunner-minor-mode +1))
|
||||
|
||||
(use-package! ivy-taskrunner
|
||||
:when (featurep! :completion ivy)
|
||||
:defer t
|
||||
:config (ivy-taskrunner-minor-mode +1))
|
Loading…
Add table
Add a link
Reference in a new issue