easy-convert recipe

This commit is contained in:
David Holm 2014-05-08 10:22:13 +02:00
parent dbf2a0710b
commit 5194f2dac4

6
recipes/easy-convert.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name easy-convert
:description "Easy unit conversion in the minibuffer."
:type github
:pkgname "Frozenlock/easy-convert"
:prepare (progn
(autoload 'easy-convert-interactive "easy-convert" nil t)))