Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change scheme run command? #97

Open
yanyingwang opened this issue Dec 23, 2017 · 0 comments
Open

How to change scheme run command? #97

yanyingwang opened this issue Dec 23, 2017 · 0 comments
Labels

Comments

@yanyingwang
Copy link

yanyingwang commented Dec 23, 2017

Hi, guys. Sorry to raise this issue. I've read the readme, but still can't figure out how to change my scheme file run command. Let's say that I want my current scheme file run by the command chez --script, How would I do that?
I'm using use-package and this is my current config file. But it raises an error, now. Please help me. Thanks!

(use-package quickrun
  :config
  (quickrun-add-command "scheme"
    '((:exec . ("%c -std=chez --script %o -o %e %s"
                "%e %a")))
    :default "scheme"
    :override t)
  :ensure t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants