Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created January 10, 2018 20:54
Show Gist options
  • Save dustinlacewell-wk/7fc6fad5a61e5b668929113b54b6071b to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/7fc6fad5a61e5b668929113b54b6071b to your computer and use it in GitHub Desktop.
(setq package-archives '(("MELPA" . "http://melpa.org/packages/")
("ELPA" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")))
(package-initialize)
(package-refresh-contents)
(package-install 'use-package)
(package-install 'req-package)
(require 'use-package)
(require 'req-package)
(req-package helm)
(req-package-finish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment