Add a short tldr page for emacs client
This commit is contained in:
11
pages/common/emacsclient.md
Normal file
11
pages/common/emacsclient.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# emacsclient
|
||||
|
||||
> Open files in an existing emacs server.
|
||||
|
||||
- Open file in console mode (without X window):
|
||||
|
||||
`emacsclient -nw {{filename}}`
|
||||
|
||||
- Open a file and not wait for it:
|
||||
|
||||
`emacsclient -n {{filename}}`
|
Reference in New Issue
Block a user