el-get/recipes/diffview.rcp
2015-01-31 13:46:05 +01:00

9 lines
348 B
Plaintext

(:name diffview
:description "View diffs in side-by-side format."
:type github
:pkgname "mgalgs/diffview-mode"
:prepare (progn
(autoload 'diffview-current "diffview" nil t)
(autoload 'diffview-region "diffview" nil t)
(autoload 'diffview-message "diffview" nil t)))