Variable: early-init-file

early-init-file is a variable defined in startup.el.gz.

Value

nil

Documentation

File name, including directory, of user's early init file.

See user-init-file. The only difference is that early-init-file is not set during the course of evaluating the early init file.

Source Code

;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defvar early-init-file nil
  "File name, including directory, of user's early init file.
See `user-init-file'.  The only difference is that
`early-init-file' is not set during the course of evaluating the
early init file.")