mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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! "grepc[wd]" #'+helm:grep-from-cwd)
|
||||
(ex! "sw[oop]" #'+helm:swoop)
|
||||
(ex! "todo" #'+helm:todo)))
|
||||
;; (ex! "todo" #'+helm:todo) TODO implement `+helm:todo'
|
||||
))
|
||||
;; Project tools
|
||||
(ex! "mak[e]" #'doom:make)
|
||||
(ex! "debug" #'+debug/run)
|
||||
|
Reference in New Issue
Block a user