Skip to content

Retrieving dist directory via MELPA #2

@keevindoherty

Description

@keevindoherty

I have had some issues retrieving the dist directory of the copilot.el repo with MELPA.

Currently the layer packages.el file specifies:

(defconst copilot-packages
  '((copilot :location (recipe
                           :fetcher github
                           :repo "zerolfx/copilot.el"
                           :files (:defaults "dist")))))

However, it seems like the dist directory is not properly being retrieved and placed in the destination folder. Manually retrieving the dist folder and its contents and placing it in the ~/emacs.d/elpa/develop/copilot.../ directory makes the layer work as intended, but this is not a desirable solution.

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