mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:33:40 +02:00
Add a short tldr page for emacs client
This commit is contained in:
parent
1970f5474c
commit
d61ee9a5e9
1 changed files with 11 additions and 0 deletions
11
pages/common/emacsclient.md
Normal file
11
pages/common/emacsclient.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue