Skip to content

Commit

Permalink
package: Add NonGNU ELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeph committed Sep 25, 2021
1 parent 65c61e4 commit 93416a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,9 @@ surrounding paragraph."
;; org-elpa
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)

;; NonGNU ELPA
(add-to-list 'package-archives '("org" . "https://elpa.nongnu.org/nongnu/") t)

;; Avoid loading older byte-compiled version
(setq load-prefer-newer t)

Expand Down

0 comments on commit 93416a3

Please sign in to comment.