We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: