mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
emacsclient: Mention GUI
This commit is contained in:
parent
d92c0ab9e4
commit
bca1feee4c
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> Open files in an existing emacs server.
|
> 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):
|
- Open file in console mode (without X window):
|
||||||
|
|
||||||
`emacsclient -nw {{filename}}`
|
`emacsclient -nw {{filename}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue