emacs: add `--script` example (#8440)

This commit is contained in:
Cairn 2022-09-01 22:22:16 -04:00 committed by GitHub
parent 6c94f782da
commit f115f4124c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`