emacsclient: Mention GUI

coverage
Jaseem Abid 2018-01-03 14:12:26 +05:30
parent d92c0ab9e4
commit bca1feee4c
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
> 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}}`