This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-23
Channels
- # 100-days-of-code (2)
- # aws (1)
- # beginners (105)
- # boot (36)
- # calva (4)
- # cider (56)
- # clara (37)
- # cljdoc (16)
- # cljs-dev (19)
- # clojure (44)
- # clojure-dev (20)
- # clojure-italy (24)
- # clojure-nl (3)
- # clojure-serbia (2)
- # clojure-spec (15)
- # clojure-uk (44)
- # clojurescript (41)
- # code-reviews (3)
- # core-async (12)
- # cursive (24)
- # datomic (4)
- # emacs (1)
- # figwheel-main (10)
- # fulcro (168)
- # funcool (2)
- # hyperfiddle (15)
- # jobs (2)
- # jobs-discuss (79)
- # juxt (19)
- # lein-figwheel (1)
- # leiningen (2)
- # luminus (14)
- # mount (8)
- # nrepl (9)
- # off-topic (9)
- # other-languages (1)
- # pathom (32)
- # reitit (6)
- # ring-swagger (3)
- # shadow-cljs (10)
- # slack-help (11)
- # spacemacs (20)
- # sql (29)
- # tools-deps (28)
- # vim (29)
- # yada (4)
Sure. In dotspacemacs/user-config
would be fine @mario.cordova.862.
You might want to put it in a (with-eval-after-load 'clojure-mode ...)
block.
And once you defined the function you could also say something like (spacemacs/set-leader-keys "ocr" 'start-cider-repl-with-profile)
to get a Spacemacs-friendly key binding.
@jeff.terrell When I run the function, implemented as is, I get :
wrong number of arguments passed in (1 . 1), 0
Ok. Does SPC h d f cider-jack-in
tell you anything?
Yea it tells me it needs one argument PARAMS
and the example above it just being called as (cider-jack-in)
This is rapidly getting beyond my understanding of elisp. But I bet folks in #emacs and/or #cider could help, especially if you leave out the Spacemacs-specific stuff and just focus on getting that function working, invoked from M-x start-cider-repl-with-profile
.
As in, I have two windows open with the same file. Id like to keep window 2 at a certain position while have window 1 at another. Anything I do (in terms of navigating) in window 1 doesn't reflect in window 2.