Disable :todo for helm users
There is no +helm/tasks or +helm:todo. Reported by @ar1a
This commit is contained in:
parent
8b25abc11c
commit
95848ea5f6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue