aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-elpa.el
Commit message (Collapse)AuthorAgeFilesLines
* improve init elpaJesus E2023-05-131-3/+6
|
* simple command `pin` into use-packageJesús2019-08-091-8/+0
|
* change to MELPA mirror of smart-mode-lineJesús2019-07-021-1/+4
|
* neotree from MELPA: until fix https://github.com/jaypei/emacs-neotree/issues/317Jesús2019-05-121-0/+4
|
* change package-archive-priorities melpa-stable firtsJesús2019-02-011-9/+9
| | | | | | | | | | | | | | | Use the option package-archive-priorities which was made for this very purpose. To prefer MELPA Stable over MELPA. The higher the number, the higher the priority of a package archive. For any package that exists in multiple archives Emacs' package manager picks the package from the archive with the highest priority, and ignores packages in other archives, even if the version number is higher. If the package exists in two archives of the same priority, the higher version number wins, and ultimately I think the order in package-archives.
* Change directory lisp/ to modules/Jesús2019-01-221-0/+41
FS #2