Add a short tldr page for emacs client

This commit is contained in:
Jaseem Abid
2017-12-28 15:30:04 +05:30
parent 1970f5474c
commit d61ee9a5e9

View File

@@ -0,0 +1,11 @@
# emacsclient
> Open files in an existing emacs server.
- Open file in console mode (without X window):
`emacsclient -nw {{filename}}`
- Open a file and not wait for it:
`emacsclient -n {{filename}}`