Clojure: Fix a error caused by mess writing.

In this case, `mode` should be fixed to `m` .
This commit is contained in:
hujianxin 2016-04-04 14:14:25 +08:00 committed by syl20bnr
parent 8825a06705
commit fdf73e9234

View file

@ -213,7 +213,7 @@ If called with a prefix argument, uses the other-window instead."
clojurex-mode
cider-repl-mode))
(mapc (lambda (x) (spacemacs/declare-prefix-for-mode
mode (car x) (cdr x)))
m (car x) (cdr x)))
cider--key-binding-prefixes)
(spacemacs/set-leader-keys-for-major-mode m
"ha" 'cider-apropos
@ -308,7 +308,7 @@ If called with a prefix argument, uses the other-window instead."
clojurex-mode
cider-repl-mode))
(mapc (lambda (x) (spacemacs/declare-prefix-for-mode
mode (car x) (cdr x)))
m (car x) (cdr x)))
clj-refactor--key-binding-prefixes)
(dolist (r cljr--all-helpers)
(let* ((binding (car r))