-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

emacs


> The extensible, customizable, self-documenting, real-time display editor.

> See also `emacsclient`.

More information.


Start Emacs and open a file:

emacs {path/to/file}

Open a file at a specified line number:

emacs +{line_number} {path/to/file}

Start Emacs in console mode (without an X window):

emacs --no-window-system

Start an Emacs server in the background (accessible via `emacsclient`):

emacs --daemon

Stop a running Emacs server and all its instances, asking for confirmation on unsaved files:

emacsclient --eval '(save-buffers-kill-emacs)'

Save a file in Emacs:

Ctrl + X, Ctrl + S

Quit Emacs:

Ctrl + X, Ctrl + C


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:20:42 2024