ajsalminen / helm-fasd

An async helm source of fasd search results for emacs.
9 stars 5 forks source link
emacs emacs-lisp fasd

helm-fasd

helm-fasd provides an async helm source of fasd search results in emacs.

Highlights

Installation

Add the containing directory to your load path, load and bind to a key:

(add-to-list 'load-path "~/path/to/helm-fasd/")
 (require 'helm-fasd)
 (global-set-key (kbd "<menu> o") 'helm-fasd)

Future improvements