mirror of https://github.com/CrimsonTome/tldr.git
16 lines
331 B
Markdown
16 lines
331 B
Markdown
# 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}}`
|