spacemacs的国内镜像
程序员文章站
2024-03-18 13:05:46
...
装emacs25以上可以装spacemacs
目前在mac上装emacs26.1
使用spacemacs的时候会有melpa.org访问慢或者访问不了的问题
使用国内代理
[url]https://mirrors.tuna.tsinghua.edu.cn/help/elpa/[/url]
装好emacs26之后安装spacemacs
主要在dotspacemacs/user-init ()中添加
(setq configuration-layer--elpa-archives
'(("melpa-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/")
("org-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/org/")
("gnu-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/")))
启动emacs
第一次会选基本信息
会选基本配置
emacs
base
helm
等
观察 ~/.spacemacs中的user-init下面也相应的多了几行配置
使用emacs -nw
打开就不会有卡顿的问题了
目前在mac上装emacs26.1
使用spacemacs的时候会有melpa.org访问慢或者访问不了的问题
使用国内代理
[url]https://mirrors.tuna.tsinghua.edu.cn/help/elpa/[/url]
装好emacs26之后安装spacemacs
cd ~
git clone https://github.com/syl20bnr/spacemacs .emacs.d
修改
vim .emacs.d/core/templates/.spacemacs.template
(defun dotspacemacs/user-init ()
"Initialization function for user code.
It is called immediately after `dotspacemacs/init', before layer configuration
executes.
This function is mostly useful for variables that need to be set
before packages are loaded. If you are unsure, you should try in setting them in
`dotspacemacs/user-config' first."
(setq configuration-layer--elpa-archives
'(("melpa-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/")
("org-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/org/")
("gnu-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/")))
)
主要在dotspacemacs/user-init ()中添加
(setq configuration-layer--elpa-archives
'(("melpa-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/")
("org-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/org/")
("gnu-cn" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/")))
启动emacs
第一次会选基本信息
会选基本配置
emacs
base
helm
等
观察 ~/.spacemacs中的user-init下面也相应的多了几行配置
使用emacs -nw
打开就不会有卡顿的问题了
上一篇: 折纸的不归路(11)
推荐阅读
-
spacemacs的国内镜像
-
docker容器的安装,创建,数据卷创建,容器关联,容器镜像的创建
-
macbook通过ssh连接virtualbox中的ubuntu镜像
-
曲线救国: gcr.io的kubernetes镜像备份 博客分类: kubernetes kubernetes
-
曲线救国: gcr.io的kubernetes镜像备份 博客分类: kubernetes kubernetes
-
在阿里云安装Debian公用镜像后的一些必要操作
-
android 国内镜像 博客分类: android android国内镜像
-
android doc 国内镜像 博客分类: android 镜像androiddoc
-
(转)[树莓派]为树莓派更换国内镜像源 博客分类: 树莓派 镜像
-
树莓派的使用网线及无线连接方法及手机连接树莓派_opencv镜像