Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-kostyaev/helm-ash

Helm interface for ash
https://github.com/s-kostyaev/helm-ash

Last synced: 2 days ago
JSON representation

Helm interface for ash

Awesome Lists containing this project

README

        

# Introduction

helm-ash.el is [helm](http://emacs-helm.github.io/helm/) interface for [ash](https://github.com/seletskiy/ash).

# Setup

Clone this repo. Add path to repo directory into load path & require
into your Emacs init file.

```elisp
(add-to-list 'load-path "/path/to/helm-ash/repo")
(require 'helm-ash)
(global-set-key (kbd "C-x c C-r") 'helm-ash-inbox)
```