-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address recommendations of Stefan Monnier for adding to Non-GNU ELPA.
These recommendations were made to better support the ELPA method of fetching and delivering packages (expecting one package per repo) and of testing builds (not erroring for the optional dependencies of the now single package). - Make `require` not signal an error if missing Vertico, Corfu, or Company. - Use `featurep` to detect whether requirements are installed. - Add ELPA-generated files to `gitignore`. - Improve declarations and add more. - Mark external packages with "ext" in `declare-function`. - Remove package requirements from the extension files. - Add `prescient-pkg.el`. - Adding the file to the repo (instead of ELPA generating it) seems to work better for testing. - Remove version information and package requirements from the individual extension files. These two changes allow the command `package-install-from-buffer` in a Dired buffer to work better. No other changes to the files' preambles seem needed.
- Loading branch information
Showing
7 changed files
with
267 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
*.elc | ||
|
||
# ELPA-generated files. | ||
# /prescient-pkg.el | ||
/prescient-autoloads.el |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.