diff --git a/pages/common/emacs.md b/pages/common/emacs.md index efd56f7f27..77bfe12ea8 100644 --- a/pages/common/emacs.md +++ b/pages/common/emacs.md @@ -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`