Add recipe for upstream c-eldoc

This commit is contained in:
Reuben Thomas 2014-04-17 12:24:33 +01:00
parent acf3f6c1b7
commit ec18e438df

6
recipes/c-eldoc.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name c-eldoc
:description "eldoc-mode plugin for C source code"
:type github
:pkgname "nflath/c-eldoc"
:features c-eldoc
:post-init (add-hook 'c-mode-hook 'c-turn-on-eldoc-mode))