From b55d92af42c2e4a420e66439c6c34a19d18db16c Mon Sep 17 00:00:00 2001
From: Amin Bandali <aminb@gnu.org>
Date: Wed, 27 Jun 2018 00:29:41 -0400
Subject: [emacs] assimilate hydra

---
 .gitmodules | 3 +++
 lib/hydra   | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 lib/hydra

diff --git a/.gitmodules b/.gitmodules
index a307055..b85b7df 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -82,6 +82,9 @@
 [submodule "htmlize"]
 	path = lib/htmlize
 	url = git@github.com:hniksic/emacs-htmlize.git
+[submodule "hydra"]
+	path = lib/hydra
+	url = git@github.com:abo-abo/hydra.git
 [submodule "ivy"]
 	path = lib/ivy
 	url = git@github.com:abo-abo/swiper.git
diff --git a/lib/hydra b/lib/hydra
new file mode 160000
index 0000000..5b8f662
--- /dev/null
+++ b/lib/hydra
@@ -0,0 +1 @@
+Subproject commit 5b8f66299249cc771008248279544b8eb3ecdc19
-- 
cgit v1.2.3-83-g751a