From 7a1d33fef80f5b871f8d948ca41b9528d254cead Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 27 May 2025 18:47:18 -0500 Subject: [PATCH] fix comments --- src/Util.kiss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Util.kiss b/src/Util.kiss index 5c64386..5b7506f 100644 --- a/src/Util.kiss +++ b/src/Util.kiss @@ -1,5 +1,5 @@ -// This has to be a macro so it can return from tryLoadConfig -// TODO this macro should use gensym +// This has to be a macro so it can return from calling contexts +// TODO this macro should use (symbol) (defMacro trySpawnSync [command args options onError] `(let [command ,command args ,args @@ -169,7 +169,7 @@ // Example: /* - (defCommand customCommand "Custom command that does something" "C-; C-c" [] ) + (defCommand context customCommand "Custom command that does something" "C-; C-c" [] ) */ (defMacro defCommand [context id description shortcut argList &body body] (let [functionName id