From 20a9b8468c354df30b5d4191b653cd0634f90dbc Mon Sep 17 00:00:00 2001 From: kaz-yos Date: Tue, 4 Feb 2014 21:47:02 -0500 Subject: [PATCH] Recipe for reveal-in-finder (Reveal the current file in the OS X Finder) --- recipes/reveal-in-finder | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/reveal-in-finder diff --git a/recipes/reveal-in-finder b/recipes/reveal-in-finder new file mode 100644 index 00000000..14764c82 --- /dev/null +++ b/recipes/reveal-in-finder @@ -0,0 +1,3 @@ +(reveal-in-finder :repo "kaz-yos/elisp" + :fetcher github + :files ("reveal-in-finder.el"))