el-get/recipes/rainbow-identifiers.rcp
2014-07-10 20:51:42 -07:00

7 lines
259 B
Plaintext

(:name rainbow-identifiers
:description "Rainbow identifier highlighting for Emacs"
:type github
:pkgname "Fanael/rainbow-identifiers"
:minimum-emacs-version 24
:prepare (add-hook 'prog-mode-hook 'rainbow-identifiers-mode))