.emacs.d/early-init.el
Daniel Borchmann 185f1d75f3
Reduce configuration done in early-init.el
As per the documentation (see "(elisp)Startup Summary"), only variable
customization that affect package initialization should go into the early init
file.  Defining package archives is explicitly mentioned as something that still
may go into the main init file.  So we move it there and adjust comments
accordingly.
2021-03-28 19:55:59 +02:00

6 lines
104 B
EmacsLisp

;; -*- lexical-binding: t -*-
(setq package-user-dir (expand-file-name "elpa" user-emacs-directory))