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:
commit
c2ad9fb934
1 changed files with 15 additions and 0 deletions
15
pages/common/emacsclient.md
Normal file
15
pages/common/emacsclient.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue