From 9a948b834dd31b3f60d4701d6dd0ecfab0adbb72 Mon Sep 17 00:00:00 2001 From: Tianxiang Xiong Date: Sat, 20 Jan 2018 12:12:03 -0800 Subject: [PATCH] Require `helm-cider-spec` --- helm-cider.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-cider.el b/helm-cider.el index 071a38a..c6c63c6 100644 --- a/helm-cider.el +++ b/helm-cider.el @@ -34,6 +34,7 @@ (require 'cl-lib) (require 'helm) (require 'helm-cider-repl) +(require 'helm-cider-spec) (require 'helm-cider-util) (require 'helm-lib) (require 'helm-multi-match)