From 3594eebcbd075c4fa6fabd286e30db5f620993ce Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Sun, 4 Aug 2013 08:59:43 +0530
Subject: [PATCH] split into submodules

---
 .gitmodules  | 4 +++-
 themes/dream | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 160000 themes/dream

diff --git a/.gitmodules b/.gitmodules
index 421b435..5cca1e6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,6 @@
 [submodule "vendor/clojure-mode"]
 	path = vendor/clojure-mode
 	url = git://github.com/technomancy/clojure-mode.git
-
 [submodule "vendor/slime"]
 	path = vendor/slime
 	url = https://github.com/antifuchs/slime.git
@@ -29,3 +28,6 @@
 [submodule "themes/zenburn"]
 	path = themes/zenburn
 	url = https://github.com/bbatsov/zenburn-emacs.git
+[submodule "themes/dream"]
+	path = themes/dream
+	url = https://github.com/djcb/dream-theme.git
diff --git a/themes/dream b/themes/dream
new file mode 160000
index 0000000..a1576d4
--- /dev/null
+++ b/themes/dream
@@ -0,0 +1 @@
+Subproject commit a1576d42169bec64ec53320e68808bf27f891b57
-- 
2.45.2