Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sliim/helm-project-persist

Helm integration for project-persist
https://github.com/sliim/helm-project-persist

emacs emacs-lisp helm project-management

Last synced: 2 months ago
JSON representation

Helm integration for project-persist

Awesome Lists containing this project

README

        

* Helm project-persist

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

[[http://melpa.org/#/helm-project-persist][file:http://melpa.org/packages/helm-project-persist-badge.svg]]
[[http://stable.melpa.org/#/helm-project-persist][file:http://stable.melpa.org/packages/helm-project-persist-badge.svg]]

** Requirements
- Helm (https://github.com/emacs-helm/helm)
- project-persist (https://github.com/rdallasgray/project-persist)
** Installation
*** From github
Clone this repository and copy helm-project-persist.el in your ~load-path~

And add this in your configuration:
#+BEGIN_SRC elisp
(require 'helm-project-persist)
#+END_SRC
** Usage
Type M-x ~helm-project-persist~ to show project list.

You can bind it to a keybinding like this:
#+BEGIN_SRC elisp
(global-set-key (kbd "C-c P h") 'helm-project-persist)
#+END_SRC