From 95848ea5f69b22aac5e9f0f2ced241068f4518e9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 13 Jul 2018 12:43:28 +0200 Subject: [PATCH] Disable :todo for helm users There is no +helm/tasks or +helm:todo. Reported by @ar1a --- modules/config/default/+evil-commands.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/config/default/+evil-commands.el b/modules/config/default/+evil-commands.el index 7e2b7391b..d23605e05 100644 --- a/modules/config/default/+evil-commands.el +++ b/modules/config/default/+evil-commands.el @@ -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)