helm-package.el
provides command which show available packages and
installed packages with helm-interface .
helm implements the feature same as this package(helm-list-elisp-packages
).
You should it instead of this package if you use newer helm
.
- helm 1.7.7 or higher
Show available packages and installed packages. Action is installing/updating selected packages.
Refresh packages list if you use prefix argument(C-u
).
Show package detail.
(require 'helm-config)
(require 'helm-package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)