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)