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

Error when running init.el #3

Closed
KyleCotton opened this issue Dec 14, 2017 · 4 comments
Closed

Error when running init.el #3

KyleCotton opened this issue Dec 14, 2017 · 4 comments

Comments

@KyleCotton
Copy link

Thanks for providing your config.

I'm getting an error when trying to install use-package.

I'm getting the following error, I've tried the package-refresh-contents which returned no error.

ERROR I'M GETTING:
progn: Cannot open load file: No such file or directory, use-package

Do you have any suggestions I've been following your YouTube tutorials but have come very stuck with this issue. Thank you for any assistance.

@zamansky
Copy link
Owner

Assuming your'e running a relatively new Emacs the only thing I can think of is that melpa hasn't been updated so you can't find use-package.

Assuming you're using my repo, the top of init.el up through the unless clause loads use-package from melpa.

You could try to manually refresh the package list using M-x package-refresh-contents

and then try installing use-package manually using M-x package-install then entering use-package and see what that does.

@KyleCotton
Copy link
Author

It says "package refresh done" but there are no additional packages when I list-packages.

Do you know what else could be causing this?

@KyleCotton
Copy link
Author

KyleCotton commented Dec 14, 2017 via email

@zamansky
Copy link
Owner

Can't say. You might want to check out the use-package home page / github repo since that's what isn't installing and everything in my config uses use-package to instrall.

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

No branches or pull requests

2 participants