From 12c22a5dfba62eb9ce31f4be30e7b6b44df0c058 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 6 May 2024 15:47:36 +0000 Subject: [PATCH] Include rake tasks without descriptions in run-command recipe --- emacs/.emacs.d/config/init-run-command.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/config/init-run-command.el b/emacs/.emacs.d/config/init-run-command.el index 9f777b3..9be32b1 100644 --- a/emacs/.emacs.d/config/init-run-command.el +++ b/emacs/.emacs.d/config/init-run-command.el @@ -383,7 +383,7 @@ cmds (run-command-rake--cache-cmds rake-dir - (->> (shell-command-to-string "rake -T") + (->> (shell-command-to-string "rake -AT") (s-split "\n") (-map (lambda (s) (s-split-up-to " " s 2))) (-map (lambda (l) (s-join " " (-take 2 l))))