Replace org ELPA repo with nongnu ELPA

This commit is contained in:
Adam Goldsmith 2021-12-09 03:07:06 -05:00
parent 393bfce935
commit 255b0a2675
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/") t)
(package-initialize)
(unless (package-installed-p 'use-package)
(package-refresh-contents)