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

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`