el-get/recipes/shadow.rcp

10 lines
366 B
Plaintext

(:name shadow
:description "That's not the file. That's shadow."
:type github
:pkgname "mooz/shadow.el"
: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)))))