redguardtoo / elpa-mirror

Create local emacs package repository. 15 seconds to install 115 packages.
315 stars 55 forks source link

missing org packages #24

Closed ninrod closed 4 years ago

ninrod commented 4 years ago

Hi @redguardtoo, @ninrod here. When trying to use your package, my org packages become missing.

I've set up a github repo using your tips section: https://github.com/ninrod/thin-elpa-mirror

What I find is that my org packages that come from the org mode site are not taken into account.

Here is my rsynced melpa mirror, using the "fat" approach.

Do you have any ideas on how could I use your package to create a thin melpa/elpa mirror for myself?

thanks in advance.

ninrod commented 4 years ago

duh. All I had to do is duplicate the entry because some use-package lines used the 'org` repo directly. Sorry about that :P

  (setq package-archives
        `(("myelpa" . "~/.emacs.d/thin-elpa-mirror")
          ("org" . "~/.emacs.d/thin-elpa-mirror")))