Y
Hacker News
new
|
ask
|
show
|
jobs
by
the-lazy-guy
19 days ago
You should use emacsclient, so file will be actually shared. Or better yet - use GUI emacs with its ability to have multiple frames.
1 comments
timonoko
19 days ago
No Thank You
export EDITOR="emacs -nw"
link
krupan
19 days ago
export EDITOR="emacsclient -nw"
It really speeds things up
link