Releases: emacsorphanage/req-package
Releases · emacsorphanage/req-package
v1.2: Revert "fix dependencies"
v1.1
v1.0
Changelog
- once you called
req-package-finish
you are able reload package just by reloadreq-package
form - proper errors handling. see
req-package--log-open-log
for messages - smart add-hook which invokes function if mode is loaded
- refactor providers system
- no need to use progn in
:init
and:config
sections - no need to use list literal in
:require
section :loader
keyword now accepts loaders as keywords or as functions. e.g.:el-get
,:elpa
,:built-in
,:path
andmy-loader-fn
req-package-force
replaced with:force
keyword
v0.9
v0.8
v0.7
Changelog
- fixed some issues with packages installation.
all packages will be installed at bootstrap time - custom package providers support by
req-package-providers
- priority feature for cross provider packages loading
you can choose, what to try first - elpa, el-get, or something else