From 7c4df074c9ca63b7ee41269baf34c8324130c5c8 Mon Sep 17 00:00:00 2001 From: nashamri Date: Sun, 29 Mar 2015 14:48:28 +0100 Subject: [PATCH] Fix for cider-send-function-to-repl --- contrib/lang/clojure/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lang/clojure/packages.el b/contrib/lang/clojure/packages.el index 1a4ddd2cd..5655ebce2 100644 --- a/contrib/lang/clojure/packages.el +++ b/contrib/lang/clojure/packages.el @@ -112,7 +112,7 @@ the focus." (interactive) (spacemacs//cider-eval-in-repl-no-focus (cider-ns-form))) - (defun spacemacs/cider-send-function-to-repl-focus () + (defun spacemacs/cider-send-ns-form-to-repl-focus () "Send ns form to REPL and evaluate it and switch to the REPL in `insert state'." (interactive) @@ -152,7 +152,7 @@ the focus." "msF" 'spacemacs/cider-send-function-to-repl-focus "msi" 'cider-jack-in "msn" 'spacemacs/cider-send-ns-form-to-repl - "msN" 'spacemacs/cider-send-function-to-repl-focus + "msN" 'spacemacs/cider-send-ns-form-to-repl-focus "msq" 'cider-quit "msr" 'spacemacs/cider-send-region-to-repl "msR" 'spacemacs/cider-send-region-to-repl-focus