Skip to content

Commit

Permalink
Add support for the NonGNU ELPA repository
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Sep 26, 2021
1 parent e870577 commit 731a3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elisp-check.el
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Only returns buffers for files that match PREFIX."
"Setup package.el and install packages for the given CHECK."
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
(package-refresh-contents)
(elisp-check--install-packages (elisp-check--get-props check :package)))

Expand Down

0 comments on commit 731a3a0

Please sign in to comment.