spacemacs 启动时 refreshing package archive 的问题

最近在折腾spacemacs,现在启动的时候,总是有refreshing package archive的提示导致启动很慢(13s),log如下:

Loading /home/lvway/.emacs.d/layers/auto-layer.el (source)...done
**_(Spacemacs) --> refreshing package archive: melpa-cn.._** [1/3]
Contacting host: mirrors.tuna.tsinghua.edu.cn:80
Importing package-keyring.gpg...
Importing package-keyring.gpg...done
Contacting host: mirrors.tuna.tsinghua.edu.cn:80
Package refresh done
_**(Spacemacs) --> refreshing package archive: org-cn...**_ [2/3]
Importing package-keyring.gpg...
Importing package-keyring.gpg...done
Package refresh done
_**(Spacemacs) --> refreshing package archive: gnu-cn...**_ [3/3]
Importing package-keyring.gpg...
Importing package-keyring.gpg...done
Contacting host: mirrors.tuna.tsinghua.edu.cn:80
Package refresh done
(Spacemacs) --> installing package: evil-ediff@spacemacs-evil... [1/1]

请问有什么方法使emacs启动时不进行 refreshing package吗?求教!

一直refresh是因为evil-ediff一直没装上,每次启动都会尝试安装。

git pull --rebase一下,昨天修复了。

谢谢了啊老兄!

谢谢了啊下兄弟!

不行啊,我clone了最新的spacemacs,还是有同样的问题,每次启动都 (Spacemacs) --> installing package: evil-ediff@spacemacs-evil… [1/1],请问这是什么情况。。。。

官方就没有 evil-ediff 这个包,这可如何是好!!!

24天前好像被合并到 evil-collection 了,大概更新一下包可以解决这个问题~

还有这个 issue

Temp fix - haven’t checked into changes for evil-collection.

You can remove package requirement/error by remove line 14: evil-ediff from ~/.emacs.d/layers/+spacemacs/spacemacs-evil/packages.el

1 个赞