mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 02:55:24 +02:00
emacs: add --script
example (#8440)
This commit is contained in:
parent
6c94f782da
commit
f115f4124c
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
`emacs +{{line_number}} {{path/to/file}}`
|
||||
|
||||
- Run an Emacs Lisp file as a script:
|
||||
|
||||
`emacs --script {{path/to/file.el}}`
|
||||
|
||||
- Start Emacs in console mode (without an X window):
|
||||
|
||||
`emacs --no-window-system`
|
||||
|
|
Loading…
Add table
Reference in a new issue