Add tools/taskrunner module

Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
This commit is contained in:
Seong Yong-ju 2020-05-11 23:25:46 +09:00
parent 1529dcaaf5
commit 3f21d8267a
7 changed files with 84 additions and 3 deletions

View 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))