xuchunyang / epm

Emacs Package Manager
41 stars 7 forks source link

MELPA or org packages are not visible #7

Closed rdbeni0 closed 4 years ago

rdbeni0 commented 4 years ago

init config:

(setq package-archives '(("org" . "http://orgmode.org/elpa/") ("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/") ))

(package-initialize)

command:

~ % epm refresh
Importing package-keyring.gpg...
Importing package-keyring.gpg...done
Contacting host: elpa.gnu.org:443
Contacting host: elpa.gnu.org:443
Package refresh done

but i can only use elpa packages (refresh, search) repositories like MELPA or ORG are not refreshing and are not working with search

any idea?

rdbeni0 commented 4 years ago

ok , got it. i added ~/.epm.el and it works