mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
emacsclient: add -c -e example (#4182)
This commit is contained in:
parent
700b238b97
commit
f08dbe7da1
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue