summaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-09-10 18:34:52 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-09-10 18:34:52 +0100
commit81235616832ab44563e6c504e284afcf242c0c1f (patch)
treea10231c56b663d06266ac61fec266ac955a68096 /emacs/early-init.el
parent7989673570a5a48ce57f6e3c60d004699f3519c9 (diff)
emacs: Move package configuration to early-init.el
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