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

Onboarding flow #17

Open
steveyegge opened this issue Nov 9, 2023 · 1 comment
Open

Onboarding flow #17

steveyegge opened this issue Nov 9, 2023 · 1 comment
Milestone

Comments

@steveyegge
Copy link
Collaborator

I have ambitions for a wizard that walks you through important setup steps; at a minimum, configuring your access tokens and private repos, but also maybe embeddings/etc. setup if needed.

@steveyegge steveyegge added this to the GA milestone Nov 9, 2023
@adamliter
Copy link

For users of straight, you'll need to set the :files to something other than straight-default-files-directive.

I use Doom Emacs, which provides a package! macro that wraps straight, so I had to do this in my .doom.d/packages.el file:

(package! emacs-cody
  :recipe (:host github :repo "sourcegraph/emacs-cody" :files ("*")))

Without doing that, I wasn't getting anything in dist/ and so could not log in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants