Add helm to project tasks
This commit is contained in:
parent
869758e8f5
commit
9a0da588d9
2 changed files with 6 additions and 1 deletions
|
@ -84,3 +84,8 @@ If ARG (universal argument), runs `compile' from the current directory."
|
|||
(set-window-buffer nil buffer)
|
||||
(with-current-buffer buffer
|
||||
(funcall (default-value 'major-mode))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/project-tasks ()
|
||||
(cond ((featurep! :completion ivy) (+ivy/tasks)
|
||||
(featurep! :completion helm) (+helm/tasks))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue