1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 19:33:49 +02:00

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}}`