emacsclient: add -c -e example (#4182)
This commit is contained in:
parent
700b238b97
commit
f08dbe7da1
|
|
@ -14,3 +14,11 @@
|
|||
- Open a file in an existing emacs frame and return immediately:
|
||||
|
||||
`emacsclient -n {{filename}}`
|
||||
|
||||
- Open file in a new emacs frame:
|
||||
|
||||
`emacsclient -c {{filename}}`
|
||||
|
||||
- Eval command in a new emacs frame:
|
||||
|
||||
`emacsclient -c -e '({{command}})'`
|
||||
|
|
|
|||
Loading…
Reference in New Issue