From 7717bd7db942c1636788a9b433803bba692f4c53 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 7 Apr 2022 23:54:40 +0200 Subject: [PATCH] remove org elpa, it's installed by default --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 955b7d7..1a8c867 100644 --- a/init.el +++ b/init.el @@ -1,8 +1,7 @@ ;; Configure emacs packages. (require 'package) (setq package-archives - '(("org" . "https://orgmode.org/elpa/") - ("gnu" . "https://elpa.gnu.org/packages/") + '(("gnu" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/"))) (package-initialize) ;; (package-refresh-contents)