-
-
Notifications
You must be signed in to change notification settings - Fork 66
How to use the latest version #802
Copy link
Copy link
Open
Description
I use embark a lot which I install through package.el using the following priorities:
(setq package-enable-at-startup nil
package-install-upgrade-built-in t
package-vc-allow-build-commands t
package-user-dir (expand-file-name "elpa" my/var-dir)
package-archives '(("melpa" . "https://melpa.org/packages/")
("gnu" . "https://elpa.gnu.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/"))
package-archive-priorities '(("gnu" . 99)
("nongnu" . 80)
("melpa" . 0)))
I know I'm using an old version of embark because it does not respects the grep-use-headings from Emacs 30 which I know it have already been fixed on the latest embark version.
Should I start using embark with :vc directly from git?
Is it possible that the version in melpa is updated but I'm getting an out-of-date version from gnu or nongnu? Should I change my priorities?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels