summaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/early-init.el')
-rw-r--r--emacs/early-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el
index a4f99c7..f566d8f 100644
--- a/emacs/early-init.el
+++ b/emacs/early-init.el
@@ -21,6 +21,10 @@ directories."
(top . 0.3) (width . 160))
gc-cons-threshold (* 50 1024 1024))
+(setopt package-archives '(("GNU ELPA" . "https://elpa.gnu.org/packages/")
+ ("MELPA" . "https://melpa.org/packages/"))
+ package-user-dir (my/data-file-name "elpa"))
+
;; Further Early Customization