Revert "Add org-mode package repo"

This reverts commit beb562b5da.
actually that was dumb, don't do that. we can just use gnu version
This commit is contained in:
Adam Goldsmith 2018-08-28 22:22:54 -04:00
parent beb562b5da
commit af0c7ca0cc
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
;;;; 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)