mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-05 16:37:39 -04:00
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:
parent
cd0a0224c1
commit
d777e2b31f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user