Skip to content

Instantly share code, notes, and snippets.

@jemyzhang
Last active March 23, 2018 01:45
Show Gist options
  • Save jemyzhang/ba58fcede13b42adba7804cd0dcdfe9d to your computer and use it in GitHub Desktop.
Save jemyzhang/ba58fcede13b42adba7804cd0dcdfe9d to your computer and use it in GitHub Desktop.
[Mirror of emacs in China] mirror site of china to install spacemacs #emacs
(defun dotspacemacs/init ()
(setq configuration-layer--elpa-archives
'(("gnu" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/")
("melpa" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/")
("melpa-stable" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/melpa-stable/")
("org" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/org/")
("marmalade" . "https://mirrors.tuna.tsinghua.edu.cn/elpa/marmalade/")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment