el-get/recipes/c-eldoc.rcp

6 lines
191 B
Plaintext
Raw Permalink Normal View History

2014-04-17 19:24:33 +08:00
(:name c-eldoc
:description "eldoc-mode plugin for C source code"
:type github
:pkgname "nflath/c-eldoc"
:post-init (add-hook 'c-mode-hook 'c-turn-on-eldoc-mode))