Skip to content

Instantly share code, notes, and snippets.

@kwrooijen
Created December 8, 2016 18:24
Show Gist options
  • Save kwrooijen/72dae2bfd01c621d620dabba8ed29798 to your computer and use it in GitHub Desktop.
Save kwrooijen/72dae2bfd01c621d620dabba8ed29798 to your computer and use it in GitHub Desktop.
(require 'package)
(require 'ert)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment