We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(require 'clay)
In my setup I needed to evaluate (require 'clay) before I could call any functions.
Not sure if everyone would encounter this, but maybe it's worth mentioning in the readme?
The text was updated successfully, but these errors were encountered:
Thanks, @harold, for this and for #10.
Yes, we should figure out a reliable way to initialize things, and if we don't, then at least update the README as you said.
Hopefully soon.
Sorry, something went wrong.
No branches or pull requests
In my setup I needed to evaluate
(require 'clay)
before I could call any functions.Not sure if everyone would encounter this, but maybe it's worth mentioning in the readme?
The text was updated successfully, but these errors were encountered: