window下spacemacs找不到init.el文件的解决方法

xiaoxiao2021-02-28  100

方法一:

init.el 文件存在的,我是在新安装的时候遇到这个问题。我现在已经解决了,方法就是手动安装 bind-map。

方法二:

bind-map的确在spacemacs启动的时候会自动安装,但是坑爹的是如果网络不好可能下载不下来或者下载不全。你可以尝试:

1. 由于某些你懂的的原因,国外的源非常非常不稳定。建议使用子龙山人的源: 在spacemacs配置文件的dotspacemacs/user-init函数里加入:

(setq configuration-layer--elpa-archives '(("melpa-cn" . "http://elpa.zilongshanren.com/melpa/") ("org-cn" . "http://elpa.zilongshanren.com/org/") ("gnu-cn" . "http://elpa.zilongshanren.com/gnu/"))))2.这个插件如果下载不全的话,去~/.emacs.d/elpa/目录找到对应的插件,将其文件夹删除,重新启动下载。方法三:在cmd中输入emacs --insecure;进行启动
转载请注明原文地址: https://www.6miu.com/read-54528.html

最新回复(0)