From 87eaeda9f2d8b621cda5d14eb504b309c9653d80 Mon Sep 17 00:00:00 2001 From: wildsoul Date: Wed, 30 Oct 2013 11:54:36 +0000 Subject: [PATCH 1/2] add plantuml-mode --- recipes/plantuml-mode | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/plantuml-mode diff --git a/recipes/plantuml-mode b/recipes/plantuml-mode new file mode 100644 index 00000000..6ada210f --- /dev/null +++ b/recipes/plantuml-mode @@ -0,0 +1,3 @@ +(plantuml-mode :repo "wildsoul/plantuml-mode" + :fetcher github + :url "https://github.com/wildsoul/plantuml-mode") From 183aca1be05ce3cba9205e9fbcd4cbb24cfcde21 Mon Sep 17 00:00:00 2001 From: wildsoul Date: Wed, 30 Oct 2013 19:47:49 +0000 Subject: [PATCH 2/2] remove :url --- recipes/plantuml-mode | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/plantuml-mode b/recipes/plantuml-mode index 6ada210f..8d939e04 100644 --- a/recipes/plantuml-mode +++ b/recipes/plantuml-mode @@ -1,3 +1,2 @@ (plantuml-mode :repo "wildsoul/plantuml-mode" - :fetcher github - :url "https://github.com/wildsoul/plantuml-mode") + :fetcher github)