зеркало из
https://github.com/iharh/notes.git
synced 2025-10-31 21:56:08 +02:00
12 строки
318 B
EmacsLisp
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)
|
|
)
|