Skip to content

Sliim/helm-project-persist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Helm project-persist

This package provides capabilities to search and open project from project-persist with helm library.

http://melpa.org/packages/helm-project-persist-badge.svg http://stable.melpa.org/packages/helm-project-persist-badge.svg

Requirements

Installation

From github

Clone this repository and copy helm-project-persist.el in your load-path

And add this in your configuration:

(require 'helm-project-persist)

Usage

Type M-x helm-project-persist to show project list.

You can bind it to a keybinding like this:

(global-set-key (kbd "C-c P h") 'helm-project-persist)