From a7c4561c64e9af70e51c3434414411e33e9cd7f8 Mon Sep 17 00:00:00 2001 From: Sho Takemori Date: Mon, 15 Sep 2014 00:17:11 +0900 Subject: [PATCH] Add a recipe for sage-shell-mode. --- recipes/sage-shell-mode | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/sage-shell-mode diff --git a/recipes/sage-shell-mode b/recipes/sage-shell-mode new file mode 100644 index 00000000..a0d036f9 --- /dev/null +++ b/recipes/sage-shell-mode @@ -0,0 +1,3 @@ +(sage-shell-mode :repo "stakemori/sage-shell-mode" + :fetcher github + :files ("sage-shell-mode.el" "*.py"))