emacsclient: add -c -e example (#4182)

This commit is contained in:
vritser
2020-07-18 04:17:43 +08:00
committed by GitHub
parent 700b238b97
commit f08dbe7da1

View File

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