mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable :todo for helm users
There is no +helm/tasks or +helm:todo. Reported by @ar1a
This commit is contained in:
@ -111,7 +111,8 @@ command from the current directory instead of the project root."
|
|||||||
(ex! "grep" #'+helm:grep)
|
(ex! "grep" #'+helm:grep)
|
||||||
(ex! "grepc[wd]" #'+helm:grep-from-cwd)
|
(ex! "grepc[wd]" #'+helm:grep-from-cwd)
|
||||||
(ex! "sw[oop]" #'+helm:swoop)
|
(ex! "sw[oop]" #'+helm:swoop)
|
||||||
(ex! "todo" #'+helm:todo)))
|
;; (ex! "todo" #'+helm:todo) TODO implement `+helm:todo'
|
||||||
|
))
|
||||||
;; Project tools
|
;; Project tools
|
||||||
(ex! "mak[e]" #'doom:make)
|
(ex! "mak[e]" #'doom:make)
|
||||||
(ex! "debug" #'+debug/run)
|
(ex! "debug" #'+debug/run)
|
||||||
|
Reference in New Issue
Block a user