Browse Source

emacsclient: Mention GUI

Jaseem Abid 7 years ago
parent
commit
bca1feee4c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/emacsclient.md

+ 4 - 0
pages/common/emacsclient.md

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