el-get
el-get copied to clipboard
How to view the version of a package after M-x el-get-list-packages?
I can see the version column after M-x package-list-packages. How to do with el-get-list-packages or other command?
I can see the version column after M-x package-list-packages.
s/can/can't, right?
How to do with el-get-list-packages or other command?
- Add a
versionmethod and implement it for:types that could support it (not all can). - Add code to retrieve the info in
el-get-print-packageby calling the method.