Created
January 10, 2018 20:54
-
-
Save dustinlacewell-wk/7fc6fad5a61e5b668929113b54b6071b 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
(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