el-get/recipes/undo-tree.rcp
Ryan C. Thompson a0ace9cb02 s/:after/:post-init/g in recipes/*.rcp
I also fixed the indentation
2011-10-08 12:22:25 -07:00

8 lines
378 B
Plaintext

(:name undo-tree
:description "Treat undo history as a tree"
:type git
:url "http://www.dr-qubit.org/git/undo-tree.git"
:post-init (lambda ()
(autoload 'undo-tree-mode "undo-tree.el" "Undo tree mode; see undo-tree.el for details" t)
(autoload 'global-undo-tree-mode "undo-tree.el" "Global undo tree mode" t)))