From 5d0c4048baadb5e65c3591e08b6c9cfd89cd9a9d Mon Sep 17 00:00:00 2001 From: Jonathan Arkell Date: Sun, 4 Jan 2015 17:18:01 -0700 Subject: [PATCH 1/3] Add org-beautify recipe --- recipes/org-beautify | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/org-beautify diff --git a/recipes/org-beautify b/recipes/org-beautify new file mode 100644 index 00000000..3e39b381 --- /dev/null +++ b/recipes/org-beautify @@ -0,0 +1,3 @@ +(org-beautify :repo "jonnay/emagicians-starter-kit" + :fetcher github + :files ("themes/org-beautify.el")) From 07ff63a4a3842bb4dab0b525865e576c4df28db0 Mon Sep 17 00:00:00 2001 From: Jonathan Arkell Date: Mon, 5 Jan 2015 22:06:09 -0700 Subject: [PATCH 2/3] Rename file with theme extension --- recipes/{org-beautify => org-beautify-theme} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes/{org-beautify => org-beautify-theme} (100%) diff --git a/recipes/org-beautify b/recipes/org-beautify-theme similarity index 100% rename from recipes/org-beautify rename to recipes/org-beautify-theme From ff7628836093af8aafbcf964e06e64fbc89339bc Mon Sep 17 00:00:00 2001 From: Jonathan Arkell Date: Tue, 13 Jan 2015 21:16:16 -0700 Subject: [PATCH 3/3] fix theme name --- recipes/org-beautify-theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/org-beautify-theme b/recipes/org-beautify-theme index 3e39b381..b15f4cf2 100644 --- a/recipes/org-beautify-theme +++ b/recipes/org-beautify-theme @@ -1,3 +1,3 @@ -(org-beautify :repo "jonnay/emagicians-starter-kit" - :fetcher github - :files ("themes/org-beautify.el")) +(org-beautify-theme :repo "jonnay/emagicians-starter-kit" + :fetcher github + :files ("themes/org-beautify-theme.el"))