el-get/recipes/shadow.rcp

9 lines
375 B
Plaintext
Raw Normal View History

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