From 688e69baabbe5eeb9118e634be9f7ab33f2a0b65 Mon Sep 17 00:00:00 2001 From: Charles Comstock Date: Sun, 6 Apr 2014 22:58:38 -0500 Subject: [PATCH] Add rails-log-mode recipe Emacs Major mode for viewing Rails log files https://github.com/ananthakumaran/rails-log-mode I'm not affiliated with the package, but I had this response when I inquired about submitting the recipe: https://github.com/ananthakumaran/rails-log-mode/issues/1 --- recipes/rails-log-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/rails-log-mode diff --git a/recipes/rails-log-mode b/recipes/rails-log-mode new file mode 100644 index 00000000..257072b7 --- /dev/null +++ b/recipes/rails-log-mode @@ -0,0 +1 @@ +(rails-log-mode :fetcher github :repo "ananthakumaran/rails-log-mode")