Variable: lisp-directory

lisp-directory is a variable defined in startup.el.gz.

Value

"/nix/store/g9awsiwsy0cqwj6a6hb6x6423d8fdbf1-emacs-snapshot/share/emacs/32.0.50/lisp/"

Documentation

Directory where Emacs's own *.el and *.elc Lisp files are installed.

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defvar lisp-directory nil
  "Directory where Emacs's own *.el and *.elc Lisp files are installed.")