1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

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