rebind "\"" to cider-jack-in-cljs

Originally `cider-jack-in-clojurescript` but said command was deprecated.
Copy of 1595 because history happened, and I don't know how to fix it. 😅
This commit is contained in:
Levi Tan Ong 2019-07-29 01:23:18 +08:00 committed by GitHub
parent 6329af2662
commit e213509528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@
(map! (:localleader
(:map clojure-mode-map
"'" #'cider-jack-in
"\"" #'cider-jack-in-clojurescript
"\"" #'cider-jack-in-cljs
(:prefix ("e" . "eval")
"d" #'cider-eval-defun-at-point