7 lines
241 B
EmacsLisp
7 lines
241 B
EmacsLisp
;; Copyright (C) 2019-2025 Free Software Foundation, Inc.
|
|
(setq package-user-dir
|
|
(expand-file-name
|
|
(format "~/.elpa/%s/elpa"
|
|
(concat emacs-version (when (getenv "MELPA_STABLE") "-stable")))))
|
|
(package-initialize)
|