-
Notifications
You must be signed in to change notification settings - Fork 456
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
pyenv-mode and pyenv-mode-auto from melpa no longer avaialble #2762
Comments
You can run |
That indeed creates the egk@egk-ThinkPad-T450s:~/git-reps/dotfiles/nixos$ ll ~/.emacs.d.bak/el-get/el-get/recipes/elpa | wc -l
4975
egk@egk-ThinkPad-T450s:~/git-reps/dotfiles/nixos$ ll ~/.emacs.d/el-get/el-get/recipes/elpa | wc -l
249
egk@egk-ThinkPad-T450s:~/git-reps/dotfiles/nixos$ grep -rl 'melpa' ~/.emacs.d.bak/el-get/el-get/recipes/elpa | wc -l
4379
egk@egk-ThinkPad-T450s:~/git-reps/dotfiles/nixos$ grep -rl 'melpa' ~/.emacs.d/el-get/el-get/recipes/elpa | wc -l
0 So 4379 recipes containing "melpa" are in my backup, and none are in the new (accounting for most, but not all, of the difference). |
I think you might have to update |
I had a look at https://www.gnu.org/software/emacs/manual/html_node/elisp/Package-Archives.html and tried to add this; (require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t) and I was able to Cleaning out my It seems that I need to trigger (Not done trying to fix this, but out of time for today..) |
You don't need to do it every time Emacs starts (unless you're deleting |
I believe I used to have
el-get
installpyenv-mode
andpyenv-mode-auto
with this part if myinit.el
.However, after cleaning out
~/.emacs.d
and starting up emacs anew, expecting myinit.el
to useel-get
to install everything, I get this error (emacs --debug-init
):Comparing my backup (
.emacs.d.bak
) to the new.emacs.d
believe I see whereel-get
used to get the recipes and they seem to be missing in the new.emacs.d
:Can anyone help me understand why those two packages are not available and if/how I can fix that?
The text was updated successfully, but these errors were encountered: