mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1079 from filalex77/helm-tasks
Add helm to project tasks
This commit is contained in:
@ -706,7 +706,7 @@
|
||||
:desc "Find other file" "o" #'projectile-find-other-file
|
||||
:desc "Switch project" "p" #'projectile-switch-project
|
||||
:desc "Recent project files" "r" #'projectile-recentf
|
||||
:desc "List project tasks" "t" #'+ivy/tasks ; TODO: Add +helm/tasks
|
||||
:desc "List project tasks" "t" #'+default/project-tasks
|
||||
:desc "Invalidate cache" "x" #'projectile-invalidate-cache)
|
||||
|
||||
(:prefix ("q" . "quit/restart")
|
||||
|
Reference in New Issue
Block a user