Add org-mode package repo

This commit is contained in:
Adam Goldsmith 2018-08-28 21:59:02 -04:00
parent bbfdd67b71
commit beb562b5da
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
;;;; install/load quelpa
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(package-initialize)
(setq quelpa-update-melpa-p nil)
(unless (require 'quelpa nil t)