From 4256e9adbcba265efc14178355a0009c9fe52da5 Mon Sep 17 00:00:00 2001 From: Yakkala Yagnesh Raghava Date: Thu, 28 Feb 2013 20:03:12 +0900 Subject: [PATCH] * recipes/pomodoro.rcp: new recipe. Signed-off-by: Yakkala Yagnesh Raghava --- recipes/pomodoro.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/pomodoro.rcp diff --git a/recipes/pomodoro.rcp b/recipes/pomodoro.rcp new file mode 100644 index 00000000..7219d848 --- /dev/null +++ b/recipes/pomodoro.rcp @@ -0,0 +1,5 @@ +(:name pomodoro + :type http + :description "Pomodoro Technique in Emacs." + :url "https://raw.github.com/syohex/emacs-utils/master/pomodoro.el" + :autoloads t)