Fix flymake-checkers recipe [#331]

Follow up to #331, restores git-commit-mode recipe and puts a proper
flymake-checkers recipe in place.  Sorry :|
This commit is contained in:
Sebastian Wiesner 2012-10-12 16:44:10 +02:00
parent e19c7a7d05
commit 911518842c
2 changed files with 4 additions and 1 deletions

1
recipes/flymake-checkers Normal file
View file

@ -0,0 +1 @@
(flymake-checkers :repo "lunaryorn/flymake-checkers" :fetcher github)

View file

@ -1 +1,3 @@
(flymake-checkers :repo "lunaryorn/flymake-checkers" :fetcher github)
(git-commit-mode :repo "lunaryorn/git-modes"
:fetcher github
:files ("git-commit-mode.el"))