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
Adding this header could allow package managers to resolve the dependencies automatically:
;; Package-Requires: ((emacs "24.1") (websocket "1.14"))
Then the require-package function (on line 21) could be removed as well.
require-package
Reference: https://www.gnu.org/software/emacs/manual/html_node/elisp/Simple-Packages.html
The text was updated successfully, but these errors were encountered:
build: specify dependencies in a declarative way
d61e231
as described in https://www.gnu.org/software/emacs/manual/html_node/elisp/Simple-Packages.html It fixes: 0xekez#3
No branches or pull requests
Adding this header could allow package managers to resolve the dependencies automatically:
Then the
require-package
function (on line 21) could be removed as well.Reference: https://www.gnu.org/software/emacs/manual/html_node/elisp/Simple-Packages.html
The text was updated successfully, but these errors were encountered: