From 81235616832ab44563e6c504e284afcf242c0c1f Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 10 Sep 2023 18:34:52 +0100 Subject: emacs: Move package configuration to early-init.el --- emacs/early-init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/early-init.el') 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 -- cgit v1.2.3-70-g09d2