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)