diff --git a/pages/common/emacsclient.md b/pages/common/emacsclient.md index b25677f8cf..c6e7c9ba6d 100644 --- a/pages/common/emacsclient.md +++ b/pages/common/emacsclient.md @@ -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}})'`