doomemacs/modules/tools/taskrunner/config.el
Seong Yong-ju 3f21d8267a Add tools/taskrunner module
Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
2020-05-18 16:26:32 +09:00

11 lines
300 B
EmacsLisp

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