Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 803 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 803 Bytes

This Package is Deprecated

helm-package.el

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.

Screenshot

helm-package

Requirements

  • helm 1.7.7 or higher

Basic Usage

helm-package

Show available packages and installed packages. Action is installing/updating selected packages.

Refresh packages list if you use prefix argument(C-u).

Persistent Action

Show package detail.

Sample Configuration

(require 'helm-config)
(require 'helm-package)

(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)