From 22380e955ab123dd86bc0618d4fce27ebe6c4e0a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 14 Apr 2013 18:05:36 +0300 Subject: [PATCH] Add a recipe for rubocop.el --- recipes/rubocop | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/rubocop diff --git a/recipes/rubocop b/recipes/rubocop new file mode 100644 index 00000000..15bac246 --- /dev/null +++ b/recipes/rubocop @@ -0,0 +1,3 @@ +(rubocop :repo "bbatsov/rubocop-emacs" + :fetcher github + :files ("rubocop.el")) \ No newline at end of file