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

use-package- not found #38

Open
SreenivasVRao opened this issue Sep 20, 2018 · 0 comments
Open

use-package- not found #38

SreenivasVRao opened this issue Sep 20, 2018 · 0 comments

Comments

@SreenivasVRao
Copy link

I ran into this problem when I tried using this with emacs-26.1. I'm documenting the fix I applied.

You need to change these lines in elisp/base.el

(add-to-list 'package-archives
	     '("melpa" . "http://melpa.org/packages/"))

(add-to-list 'package-archives
             '("elpy" . "http://jorgenschaefer.github.io/packages/"))


(when (not package-archive-contents)
  (package-refresh-contents))

(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))
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

1 participant