Skip to content

How to use the latest version #802

@jvillasante

Description

@jvillasante

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions