From ad118602900fe206bee8efb8bb45cd963cde5f85 Mon Sep 17 00:00:00 2001 From: Tianxiang Xiong Date: Thu, 18 Jan 2018 02:50:58 -0800 Subject: [PATCH] Override `cider-browse-spec-all` with `helm-cider-spec` Fix #3 --- helm-cider.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-cider.el b/helm-cider.el index 9f57882..071a38a 100644 --- a/helm-cider.el +++ b/helm-cider.el @@ -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))