Skip to content

Commit 62eb561

Browse files
danielf-amobeebbatsov
authored andcommitted
Require helm for REPL history completion
I got an error `invalid function helm-build-sync-source` when `helm` is not loaded.
1 parent 00809e4 commit 62eb561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-cider-repl.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(require 'cider-repl)
2727
(require 'cl-lib)
2828
(require 'subr-x)
29+
(require 'helm)
2930

3031

3132
;;;; Customize

0 commit comments

Comments
 (0)