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
I try this:
(quelpa '(pdf-tools :location (recipe :fetcher github :repo "dalanicolai/pdf-tools" :branch "pdf-roll" :files ("lisp/*.el" "README" ("build" "Makefile") ("build" "server") (:exclude "lisp/tablist.el" "lisp/tablist-filter.el")))) :upgrade t) (quelpa '(image-roll :location (recipe :fetcher github :repo "dalanicolai/image-roll.el")) :upgrade t)
but start with error: error: Failed to checkout ‘pdf-tools’: ‘Symbol’s function definition is void: quelpa-build--checkout-nil’
I'm a noob, pls more details.
The text was updated successfully, but these errors were encountered:
Please wrap your code example between triple backticks to make it more readable.
From what I can find on the Melpa website, the :location keyword should not be used when using Quelpa. I guess the following should work
:location
(quelpa '(pdf-tools :fetcher github :repo "dalanicolai/pdf-tools" :branch "pdf-roll" :files ("lisp/*.el" "README" ("build" "Makefile") ("build" "server") (:exclude "lisp/tablist.el" "lisp/tablist-filter.el"))))
and similar for image-roll.
image-roll
Sorry, something went wrong.
No branches or pull requests
I try this:
but start with error:
error: Failed to checkout ‘pdf-tools’: ‘Symbol’s function definition is void: quelpa-build--checkout-nil’
I'm a noob, pls more details.
The text was updated successfully, but these errors were encountered: