Skip to content
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

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

Open
monkeyjunglejuice opened this issue Dec 26, 2024 · 1 comment

Comments

@monkeyjunglejuice
Copy link

monkeyjunglejuice commented Dec 26, 2024

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?

@raxod502
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants