Skip to content

Commit

Permalink
Fix Hy support #568
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Apr 19, 2024
1 parent fbc6e00 commit 882914a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fnl/conjure/client/hy/stdio.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{:hy
{:stdio
{:eval {:raw_out false}
:command "hy --repl-output-fn=hy.repr"
:command "hy -iu -c=\"Ready!\""
:prompt_pattern "=> "}}}})

(when (config.get-in [:mapping :enable_defaults])
Expand Down
2 changes: 1 addition & 1 deletion lua/conjure/client/hy/stdio.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 882914a

Please sign in to comment.