Fork me on GitHub
#emacs
<
2016-11-15
>
mping09:11:10

@leathekd I tried to find that setting, can you post a screenshot plz?

mping09:11:08

@bolivier I figured it out

mping09:11:37

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

mping10:11:02

this sucks, I would have to add all of the shortcuts that I normally use.

angelixd16:11:40

Honestly, it is much easier to run emacs in graphical mode, then run shells within emacs, than the other way around

bolivier19:11:08

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.

bolivier19:11:57

The only thing I’m really using iterm for these days is long running stuff like npm

rmuslimov19:11:06

@bolivier can you please share any example

rmuslimov19:11:11

how you replace iterm commands with async

bolivier19:11:01

I’m talking about async-shell-command

bolivier19:11:08

which is bound, I think by default, to M-&

bolivier19:11:19

It just takes a shell command and spits the output into a new buffer

bolivier19:11:32

so I’ll sometimes do greps or something with it

rmuslimov19:11:48

yea, I’m using dired + prodigy for starting applications that I use, and it works great for me

bolivier19:11:09

I’ll have to look into that

rmuslimov19:11:09

didn’t hear about async-shell, good to know, thanks

mulchy22:11:38

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?

rmuslimov23:11:38

just wondering why you start external nRERL server? Asking because it works perfect started in emacs

rmuslimov23:11:56

and supports all this clj/cljs routing