Skip to content

emacsorphanage/helm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)