straight.el icon indicating copy to clipboard operation
straight.el copied to clipboard

How to load a local package - a directory somewhere with a bunch of .el files?

Open monkeyjunglejuice opened this issue 11 months ago • 3 comments

The howto/readm describes tons of special cases involving complex setups, but I couldn't find any straightforward example how to write a recipe of a folder with a Git repository with some Emacs Lisp files in it.

Could you include this in the readme at a prominent place? Or are local packages/repos/folders out of scope?

monkeyjunglejuice avatar Dec 26 '24 06:12 monkeyjunglejuice

Just (straight-use-package mypackage :repo "/path/to/package") should do. It can be added to the documentation.

raxod502 avatar Jan 13 '25 06:01 raxod502

Thanks :)

monkeyjunglejuice avatar Mar 25 '25 12:03 monkeyjunglejuice

Will leave open for the documentation improvement

raxod502 avatar Mar 25 '25 17:03 raxod502