notes/util/editors/emacs/.emacs.d/rc/emacs-rc-elpa.el
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +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)
)