-
Notifications
You must be signed in to change notification settings - Fork 2
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
Specify repository for specific packages. #142
Comments
wait I thought you could do this somehow already or am I boosted |
I only see us prioritizing repositories. Not allowing us to set repositories for specific packages. (source: dot/.emacs.d/lisp/package/packup.el Lines 41 to 73 in 167fc26
|
I second this idea, it would help quite a lot. (One anecdotal example: One idea for how to implement this is to adjust the form of '(
linum-off ; just follow the defaults; prefer the default repository and latest version
; ...
(flycheck :repository "melpa") ; configure the repository
; ...
) (This structure would lend itself to extension with more keywords like |
I have a weird issue with proof general where I need to install it from melpa but not melpa-stable (because that version is 4 years out of date). It would be nice if we could override our package priorities for specific packages.
The text was updated successfully, but these errors were encountered: