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

Can't install using use-package #61

Closed
irigone opened this issue Dec 12, 2020 · 2 comments
Closed

Can't install using use-package #61

irigone opened this issue Dec 12, 2020 · 2 comments

Comments

@irigone
Copy link

irigone commented Dec 12, 2020

(use-package consult
  :straight t
  :bind
  ("C-x b" . consult-buffer)
  ("M-y" . consult-yank-pop))

This is the error

Debugger entered--Lisp error: (error "Could not find package consult in recipe repositor...")
  error("Could not find package %S in recipe repositories: ..." consult (org-elpa melpa gnu-elpa-mirror emacsmirror-mirror))
@SebastienWae
Copy link

Consult has been on MELPA for only 2 weeks, have you updated your recipe repositories recently?
github:straight.el/README.md#how-do-i-update-melpa-et-al

@minad
Copy link
Owner

minad commented Dec 12, 2020

@veronikazaglotova @SebastienWae Actually it has been on MELPA for only three days - but note that the package has been split recently and MELPA has not pulled the update yet. If you are using straight, you may want to use the git repository directly for now.

@minad minad closed this as completed Dec 12, 2020
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

3 participants