Skip to content

Instantly share code, notes, and snippets.

@abhikpal
Created January 19, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhikpal/9b51ee95e60b709f0e64f36ec86adde2 to your computer and use it in GitHub Desktop.
Save abhikpal/9b51ee95e60b709f0e64f36ec86adde2 to your computer and use it in GitHub Desktop.
(require 'package)
(setq package-enable-at-startup nil)
(add-to-list 'package-archives
'("org" . "http://orgmode.org/elpa/")
'("melpa" . "https://melpa.org/packages/"))
(package-initialize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment