el-get/recipes/rainbow-identifiers.rcp

7 lines
259 B
Plaintext
Raw Normal View History

2014-07-11 04:32:28 +08:00
(:name rainbow-identifiers
:description "Rainbow identifier highlighting for Emacs"
:type github
:pkgname "Fanael/rainbow-identifiers"
:minimum-emacs-version 24
2014-07-11 11:51:42 +08:00
:prepare (add-hook 'prog-mode-hook 'rainbow-identifiers-mode))