Emacs: Launch

By Xah Lee. Date: . Last updated: .

Microsoft Windows

double click the emacs icon

or

MacOS

double click the emacs icon

or

Linux

On a text terminal, type:

# linux. Start GUI emacs
emacs &
# linux. run emacs in text terminal
emacs -nw

-nw is same as --no-window-system, means run emacs in text terminal.

Start emacs and open a file

# open a file with emacs
emacs fileName

emacs basics

Emacs init file topics