mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Add tools/taskrunner module
Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
This commit is contained in:
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))
|
Reference in New Issue
Block a user