EDITOR-SPACEMACS_安装与使用
- sudo apt install emacs
- 安装 spacemacs git clone https://github.com/syl20bnr/spacemacs ~/.emacs.da
- 安装source-code-pro字体
- [ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
- sudo git clone –depth 1 –branch release https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp
- sudo fc-cache -f -v
- [ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
- 更新插件源
.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/")))