package: Add melpa and org to package-archives

We don't use package.el, but if we do for testing purposes
then its nice if things are already configured properly.
This commit is contained in:
Jonas Bernoulli 2020-03-20 23:39:05 +01:00
parent cd0a0224c1
commit d777e2b31f

View File

@ -2,6 +2,14 @@
(setq package-enable-at-startup nil)
(with-eval-after-load 'package
(add-to-list 'package-archives
(cons "melpa" "https://melpa.org/packages/")
t)
(add-to-list 'package-archives
(cons "org" "https://orgmode.org/elpa/")
t))
;; Local Variables:
;; no-byte-compile: t
;; indent-tabs-mode: nil