emacsclient: Mention GUI

This commit is contained in:
Jaseem Abid
2018-01-03 14:12:26 +05:30
parent d92c0ab9e4
commit bca1feee4c

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}}`