el-get/recipes/shadow.rcp
2012-02-27 11:52:22 +01:00

9 lines
375 B
Plaintext

(:name shadow
:description "That's not the file. That's shadow."
:type git :url "https://github.com/mooz/shadow.el.git"
:features shadow
:post-init (progn
(add-hook 'find-file-hooks 'shadow-on-find-file)
(add-hook 'shadow-find-unshadow-hook
(lambda () (auto-revert-mode t)))))