Variable: user-lisp-auto-scrape
user-lisp-auto-scrape is a customizable variable defined in
startup.el.gz.
Value
t
Documentation
Enable auto-scraping of user-lisp-directory at startup.
If you customize this to nil, you can still invoke the auto-scraping
with prepare-user-lisp.
Note that this variable must be set in your early-init file, as the
variable's value is used before loading the regular init file.
Therefore, if you customize it via Customize, you should save your
customized setting into your early-init-file.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defcustom user-lisp-auto-scrape t
"Enable auto-scraping of `user-lisp-directory' at startup.
If you customize this to nil, you can still invoke the auto-scraping
with `prepare-user-lisp'.
Note that this variable must be set in your early-init file, as the
variable's value is used before loading the regular init file.
Therefore, if you customize it via Customize, you should save your
customized setting into your `early-init-file'."
:type 'boolean
:version "31.1")