From af0c7ca0cc0ba8e315f923b074b5f5d13def0ccc Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 28 Aug 2018 22:22:54 -0400 Subject: [PATCH] Revert "Add org-mode package repo" This reverts commit beb562b5daf055b3fdd0b54694b2cf7da54bd6d7. actually that was dumb, don't do that. we can just use gnu version --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1114959..821ae86 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)