From f6a1dc071d8a65f6f56d02eb8949b638058dece2 Mon Sep 17 00:00:00 2001 From: Jean-Martin Archer Date: Mon, 6 Jan 2020 10:40:03 -0800 Subject: [PATCH] add ivy as as requirement Arguably, helm should be supported too, but hey! --- org-clubhouse.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-clubhouse.el b/org-clubhouse.el index 18509fa82..fc670d10d 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -40,6 +40,7 @@ (require 'org) (require 'org-element) (require 'subr-x) +(require 'ivy) (require 'json) ;;;