Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s-kostyaev/helm-ash
- Owner: s-kostyaev
- Created: 2015-12-17T12:32:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T12:32:57.000Z (about 9 years ago)
- Last Synced: 2024-11-12T11:44:52.694Z (2 months ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```