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
Describe the bug
When trying to import this package using use-package :vc (emacs 30) I'm getting this even when very specific about the package location:
Cannot open load file: No such file or directory, consult-web
To Reproduce
emacs --init-directory ~/.config/basic/ --debug-init
consult-web
(use-package consult-web :vc (:url "https://github.com/armindarvish/consult-web.git" :main-file "consult-web.el" :lisp-dir "sources") [...]
Expected behavior
Package should be installed and interactive functions available.
Important Information:
consult
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to import this package using use-package :vc (emacs 30) I'm getting this even when very specific about the package location:
To Reproduce
emacs --init-directory ~/.config/basic/ --debug-init
consult-web
this wayExpected behavior
Package should be installed and interactive functions available.
Important Information:
consult
20241206.22The text was updated successfully, but these errors were encountered: