Browse Source

emacsclient: Mention GUI

Jaseem Abid 7 năm trước cách đây
mục cha
commit
bca1feee4c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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}}`