From 607f725c0664fb5c56e049d077c8a6f7d66585c0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Apr 2012 10:36:58 +0100 Subject: [PATCH] Add recipe for Tomorrow theme --- recipes/tomorrow-theme.rcp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/tomorrow-theme.rcp diff --git a/recipes/tomorrow-theme.rcp b/recipes/tomorrow-theme.rcp new file mode 100644 index 00000000..2fbfdf3b --- /dev/null +++ b/recipes/tomorrow-theme.rcp @@ -0,0 +1,8 @@ +(:name tomorrow-theme + :description "Colour Schemes for Hackers" + :website "https://github.com/chriskempson/tomorrow-theme" + :type git + :url "https://github.com/chriskempson/tomorrow-theme.git" + :load-path "GNU Emacs" + :post-init (add-to-list 'custom-theme-load-path + default-directory))