Add Org ELPA to package-archives

This commit is contained in:
Gergely Polonkai 2017-01-05 21:41:48 +01:00
parent feb413f2f4
commit 97089c4fb7
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
'("melpa" . "https://melpa.org/packages/") t)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/") t)
(add-to-list 'package-archives
'("org" . "http://orgmode.org/elpa/") t)
(package-initialize)
(unless (package-installed-p 'use-package)