From 539b8d14ae4bac2c85fd7c3fa6a6f3d2592b3a45 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 17 Feb 2015 13:22:14 -0500 Subject: [PATCH] Add recipe for hound.el This is an emacs package to display [Hound](https://github.com/etsy/Hound) search results and quickly open the files. Repo: [https://github.com/ryoung786/hound.el](https://github.com/ryoung786/hound.el) --- recipes/hound | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/hound diff --git a/recipes/hound b/recipes/hound new file mode 100644 index 00000000..a78d31a9 --- /dev/null +++ b/recipes/hound @@ -0,0 +1 @@ +(hound :repo "ryoung786/hound.el" :fetcher github)