Disable :todo for helm users

There is no +helm/tasks or +helm:todo.

Reported by @ar1a
This commit is contained in:
Henrik Lissner 2018-07-13 12:43:28 +02:00
parent 8b25abc11c
commit 95848ea5f6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)