Skip to content

Instantly share code, notes, and snippets.

@creamidea
Created September 17, 2018 03:54
Show Gist options
  • Save creamidea/b69ff8f67d0bd1d235db700cbac4227f to your computer and use it in GitHub Desktop.
Save creamidea/b69ff8f67d0bd1d235db700cbac4227f to your computer and use it in GitHub Desktop.
(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