diff options
author | Jean-Martin Archer <jm@jmartin.ca> | 2020-01-06T18·40-0800 |
---|---|---|
committer | Griffin Smith <glittershark@users.noreply.github.com> | 2020-01-07T23·15-0700 |
commit | f6a1dc071d8a65f6f56d02eb8949b638058dece2 (patch) | |
tree | 1ea6bd4b6a52f9ebb4ca03f531f05eb0d39ed3d9 /org-clubhouse.el | |
parent | 30c340c902a9bf8ac3ae27a519b29b52cf0487e8 (diff) |
add ivy as as requirement
Arguably, helm should be supported too, but hey!
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r-- | org-clubhouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el index 18509fa823f5..fc670d10dd5d 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) ;;; |