Skip to content

Instantly share code, notes, and snippets.

@sebastiencs
Created November 15, 2017 20:14
Show Gist options
  • Save sebastiencs/64965591e1570c4cd5a3f525dd7f6467 to your computer and use it in GitHub Desktop.
Save sebastiencs/64965591e1570c4cd5a3f525dd7f6467 to your computer and use it in GitHub Desktop.
(require 'package)
(setq package-archives '(("marmalade" . "https://marmalade-repo.org/packages/")
("melpa" . "https://melpa.org/packages/")
("gnu" . "http://elpa.gnu.org/packages/")))
(package-initialize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment