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