Skip to content

Instantly share code, notes, and snippets.

@firefirer1983
Created April 11, 2020 15:35
Show Gist options
  • Save firefirer1983/87b33ffb7a3eb182264432aa659a678e to your computer and use it in GitHub Desktop.
Save firefirer1983/87b33ffb7a3eb182264432aa659a678e to your computer and use it in GitHub Desktop.
emacs镜像

设置emacs镜像

(setq package-archives '(("gnu"   . "http://mirrors.tuna.tsinghua.edu.cn/elpa/gnu/")
                         ("melpa" . "http://mirrors.tuna.tsinghua.edu.cn/elpa/melpa/")))

(setq package-archives '(("gnu"   . "http://elpa.emacs-china.org/gnu/")
                         ("melpa" . "http://elpa.emacs-china.org/melpa/")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment