1
0
Fork 0
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:
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`