File: custom.el.html
This file only contains the code needed to declare and initialize user options. The code to customize options is autoloaded from cus-edit.el and is documented in the Emacs Lisp Reference manual.
The code implementing face declarations is in cus-face.el.
Defined variables (14)
custom--inhibit-theme-enable | Whether the custom-theme-set-* functions act immediately. |
custom-current-group-alist | Alist of (FILE . GROUP) indicating the current group to use for FILE. |
custom-define-hook | Hook called after defining each customize option. |
custom-delayed-init-variables | List of variables whose initialization is pending until startup. |
custom-dont-initialize | Non-nil means ‘defcustom’ should not initialize the variable. |
custom-enabled-themes | List of enabled Custom Themes, highest precedence first. |
custom-known-themes | Themes that have been defined with ‘deftheme’. |
custom-load-recursion | Hack to avoid recursive dependencies. |
custom-local-buffer | Non-nil, in a Customization buffer, means customize a specific buffer. |
custom-safe-themes | Themes that are considered safe to load. |
custom-theme-directory | Default user directory for storing custom theme files. |
custom-theme-load-path | List of directories to search for custom theme files. |
disable-theme-functions | Abnormal hook that is run after a theme has been disabled. |
enable-theme-functions | Abnormal hook that is run after a theme has been enabled. |