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

emacsclient: add page (#1845)

This commit is contained in:
Starbeamrainbowlabs 2018-01-03 14:13:45 +00:00 committed by GitHub
commit c2ad9fb934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
# emacsclient
> Open files in an existing emacs server.
- Open files in an existing Emacs server (using GUI if available):
`emacsclient {{filename}}`
- Open file in console mode (without X window):
`emacsclient -nw {{filename}}`
- Open a file in an existing emacs frame and return immediately:
`emacsclient -n {{filename}}`