aaronbieber / dotfiles

The skeleton of my wonderful *NIX home folders and scripts.
309 stars 46 forks source link

error" Package php-extras " is unavailable #6

Closed ramsayleung closed 8 years ago

ramsayleung commented 8 years ago

Alright,it is me again,Aaron,in your init.el ,there is a statement

(use-package php-extras :ensure t :defer t)

but emacs raises an error that there is no such a package,is there something wrong

aaronbieber commented 8 years ago

It is this package: https://github.com/arnested/php-extras

It is available from the Marmalade repository, which is configured in the init-elpa.el file. Something may be wrong with your package.el configuration, or the Marmalade repository was having problems at the time you attempted to load it.