Add interactive form to +default/project-tasks
It is required for key-bound commands. Also added a docstring.
This commit is contained in:
parent
9a0da588d9
commit
9f455edcdf
1 changed files with 2 additions and 0 deletions
|
@ -87,5 +87,7 @@ If ARG (universal argument), runs `compile' from the current directory."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +default/project-tasks ()
|
(defun +default/project-tasks ()
|
||||||
|
"Invokes `+ivy/tasks' or `+helm/tasks', depending on which is available."
|
||||||
|
(interactive)
|
||||||
(cond ((featurep! :completion ivy) (+ivy/tasks)
|
(cond ((featurep! :completion ivy) (+ivy/tasks)
|
||||||
(featurep! :completion helm) (+helm/tasks))))
|
(featurep! :completion helm) (+helm/tasks))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue