This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-15
Channels
- # beginners (138)
- # bigdata (2)
- # boot (45)
- # cljsrn (29)
- # clojure (108)
- # clojure-austin (1)
- # clojure-gamedev (1)
- # clojure-korea (9)
- # clojure-russia (50)
- # clojure-spec (2)
- # clojure-uk (28)
- # clojurescript (40)
- # component (1)
- # cursive (35)
- # datomic (39)
- # dirac (16)
- # emacs (22)
- # flambo (11)
- # funcool (6)
- # hoplon (74)
- # leiningen (4)
- # off-topic (1)
- # om-next (2)
- # onyx (141)
- # planck (7)
- # proton (10)
- # protorepl (4)
- # re-frame (21)
- # reagent (13)
- # remote-jobs (1)
- # ring (3)
- # specter (9)
- # sql (3)
- # test-check (14)
- # untangled (1)
- # vim (9)
- # yada (16)
you add a key binding, first choose “do not remap modifiers” then type the actual shortcut. it will appear as the “real” keys even if you swapped left alt and left cmd
Honestly, it is much easier to run emacs in graphical mode, then run shells within emacs, than the other way around
I’ve found that emacs has functionality to replace most of what I want shells for. dired + async commands cover 90% of use cases for me.
@rmuslimov example of?
you mean this https://github.com/jwiegley/emacs-async right?
yea, I’m using dired + prodigy for starting applications that I use, and it works great for me
cross posting from #clojurescript incase you all have a better idea of the answer:
I want to use cider to connect to a running nREPL server that is started using https://github.com/martinklepsch/tenzing If I cider-connect
to it and run (start-repl)
things work great and I can drive the browser, but cider doesn’t think this is a cljs repl, so I can’t do things like C-c C-k
to eval the cljs file in the repl. Am I going about this the wrong way?