Closed nanjj closed 5 years ago
Does el-get normally create an autoloads file for packages that it installs? I think it should.
It does but stores autoloads for all packages in a common file. If I understand correctly, magit
specifically wants the file magit-autoloads.el
to exist, so the el-get
recipe creates an empty file with that name.
fixed
Tnanks @nanjj . You may have overlooked @tarsius comment that transient
no longer depends on lv, so the hydra dependency can be dropped entirely.
And with-editor
does not need emacs-async
.
Got and Fixed
Does
el-get
normally create an autoloads file for packages that it installs? I think it should.Please create a proper autoloads file instead. You can use
make loaddefs
for that.