src.nth.io/

summaryrefslogtreecommitdiff
path: root/claude-code-hook-example.json
diff options
context:
space:
mode:
Diffstat (limited to 'claude-code-hook-example.json')
-rw-r--r--claude-code-hook-example.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/claude-code-hook-example.json b/claude-code-hook-example.json
index 3e4c1a0..8cc880f 100644
--- a/claude-code-hook-example.json
+++ b/claude-code-hook-example.json
@@ -7,7 +7,7 @@
"hooks": [
{
"type": "command",
- "command": "CONTEXT_FILE=\"$HOME/.emacs.d/claude-context.txt\"; if [ -f \"$CONTEXT_FILE\" ]; then echo \"\\n---\\n## Emacs Context\\n\"; cat \"$CONTEXT_FILE\"; echo \"\\n---\"; fi"
+ "command": "CONTEXT_FILE=\"$HOME/.emacs.d/claude-code-context.json\"; if [ -f \"$CONTEXT_FILE\" ]; then echo \"\\n---\\n## Emacs Context\\n\"; cat \"$CONTEXT_FILE\"; echo \"\\n---\"; fi"
}
]
}