Skip to content

Commit

Permalink
Override cider-browse-spec-all with helm-cider-spec
Browse files Browse the repository at this point in the history
Fix #3
  • Loading branch information
xiongtx committed Jan 18, 2018
1 parent 9480e96 commit ad11860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ If ARG is raw prefix argument \\[universal-argument]
(cider-apropos-documentation . helm-cider-apropos-symbol-doc)
(cider-apropos-documentation-select . helm-cider-apropos-symbol-doc)
(cider-browse-ns . helm-cider-apropos-ns)
(cider-browse-ns-all . helm-cider-apropos-ns))
(cider-browse-ns-all . helm-cider-apropos-ns)
(cider-browse-spec-all . helm-cider-spec))
"Alist of CIDER functions and Helm versions replacing them."
:group 'helm-cider
:type '(alist :key-type symbol :value-type symbol))
Expand Down

0 comments on commit ad11860

Please sign in to comment.