Emacs Init: Ignore Init File

By Xah Lee. Date: . Last updated: .

Start Emacs Without Loading Init File

You can start emacs without loading Init File . This is useful if you made a mistake in your init file.

# start emacs without loading init file
emacs -q

〔see Emacs: Command Line Options

On Microsoft Windows

On Windows, to start emacs with command line options, you can use PowerShell. 〔see PowerShell Tutorial

PowerShell start emacs 2023-08-12 V5g9Z
PowerShell start emacs 2023-08-12 V5g9Z

Start Emacs with Different Init File

emacs -q -l InitFilePath

Emacs, start, exit, and init files