Skip to content

Commit

Permalink
Merge pull request #11 from snowiow/remove-orgmode-elpa-repository
Browse files Browse the repository at this point in the history
Remove orgmode.org/elpa repository
  • Loading branch information
leotaku authored Sep 26, 2021
2 parents fb04c14 + 0e82b0b commit e870577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elisp-check.el
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ 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 '("org" . "http://orgmode.org/elpa/"))
(package-refresh-contents)
(elisp-check--install-packages (elisp-check--get-props check :package)))

Expand Down

0 comments on commit e870577

Please sign in to comment.