Created
September 17, 2018 03:54
-
-
Save creamidea/b69ff8f67d0bd1d235db700cbac4227f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'package) | |
(add-to-list 'package-archives '("melpa" . "https://elpa.emacs-china.org/melpa/") t) | |
(add-to-list 'package-archives '("gnu" . "https://elpa.emacs-china.org/gnu/") t) | |
(add-to-list 'package-archives '("org" . "https://elpa.emacs-china.org/org/") t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment