notes/os/editors/emacs/.emacs.d/rc/emacs-rc-elpa.el
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

12 строки
318 B
EmacsLisp

;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
(load
(expand-file-name "~/.emacs.d/elpa/package.el")
)
(package-initialize)
)