Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Last active January 10, 2018 21:05
Show Gist options
  • Save dustinlacewell-wk/1c188764f4b446c0be0e7763886a6930 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/1c188764f4b446c0be0e7763886a6930 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)
;; (setq use-package-always-ensure t)
(use-package helm
:ensure t)
;; (req-package-finish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment