Variable: evil-pending-custom-initialize

evil-pending-custom-initialize is a variable defined in evil-vars.el.

Value

Large value
((custom-initialize-reset evil-search-module
			  (funcall
			   #'#[0 "\300\207" [isearch] 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-search.elc"
				  . 1070)]))
 (custom-initialize-reset evil-visual-newline-commands
			  (funcall
			   #'#[0 "\300\207" [(LaTeX-section TeX-font)]
				 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)]))
 (custom-initialize-reset evil-motions
			  (funcall
			   #'#[0 "\300\207"
				 [(back-to-indentation backward-char
						       backward-list
						       backward-paragraph
						       backward-sentence
						       backward-sexp
						       backward-up-list
						       backward-word
						       beginning-of-buffer
						       beginning-of-defun
						       beginning-of-line
						       beginning-of-visual-line
						       c-beginning-of-defun
						       c-end-of-defun
						       diff-file-next
						       diff-file-prev
						       diff-hunk-next
						       diff-hunk-prev
						       down-list
						       end-of-buffer
						       end-of-defun
						       end-of-line
						       end-of-visual-line
						       exchange-point-and-mark
						       forward-char
						       forward-list
						       forward-paragraph
						       forward-sentence
						       forward-sexp
						       forward-word
						       goto-char
						       goto-last-change
						       ibuffer-backward-line
						       ibuffer-forward-line
						       isearch-abort
						       isearch-cancel
						       isearch-complete
						       isearch-del-char
						       isearch-delete-char
						       isearch-edit-string
						       isearch-exit
						       isearch-highlight-regexp
						       isearch-occur
						       isearch-other-control-char
						       isearch-other-meta-char
						       isearch-printing-char
						       isearch-query-replace
						       isearch-query-replace-regexp
						       isearch-quote-char
						       isearch-repeat-backward
						       isearch-repeat-forward
						       isearch-ring-advance
						       isearch-ring-retreat
						       isearch-toggle-case-fold
						       isearch-toggle-input-method
						       isearch-toggle-regexp
						       isearch-toggle-specified-input-method
						       isearch-toggle-word
						       isearch-yank-char
						       isearch-yank-kill
						       isearch-yank-line
						       isearch-yank-word-or-char
						       keyboard-quit
						       left-char
						       left-word
						       mouse-drag-region
						       mouse-save-then-kill
						       mouse-set-point
						       mouse-set-region
						       mwheel-scroll
						       move-beginning-of-line
						       move-end-of-line
						       next-error
						       next-line
						       paredit-backward
						       paredit-backward-down
						       paredit-backward-up
						       paredit-forward
						       paredit-forward-down
						       paredit-forward-up
						       pop-global-mark
						       pop-tag-mark
						       pop-to-mark-command
						       previous-error
						       previous-line
						       right-char
						       right-word
						       scroll-down
						       scroll-down-command
						       scroll-up
						       scroll-up-command
						       sgml-skip-tag-backward
						       sgml-skip-tag-forward
						       up-list)]
				 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)]))
 (custom-initialize-reset evil-intercept-maps
			  (funcall
			   #'#[0 "\300\207" [((edebug-mode-map))] 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)]))
 (custom-initialize-reset evil-overriding-maps
			  (funcall
			   #'#[0 "\300\207" [nil] 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)]))
 (custom-initialize-reset evil-disable-insert-state-bindings
			  (funcall
			   #'#[0 "\300\207" [nil] 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)]))
 (custom-initialize-reset evil-want-Y-yank-to-eol
			  (funcall
			   #'#[0 "\300\207" [nil] 1
				 ("/root/.emacs.d/elpa/evil-20251108.138/evil-vars.elc"
				  . 448)])))

Documentation

A list of pending initializations for custom variables.

Each element is a triple (FUNC VAR VALUE). When Evil is completely loaded then the functions (funcall FUNC VAR VALUE) is called for each element. FUNC should be a function suitable for the :initialize property of defcustom.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
;;; Initialization

(defvar evil-pending-custom-initialize nil
  "A list of pending initializations for custom variables.
Each element is a triple (FUNC VAR VALUE). When Evil is
completely loaded then the functions (funcall FUNC VAR VALUE) is
called for each element. FUNC should be a function suitable for
the :initialize property of `defcustom'.")