Fix load-theme bug with user-emacs-directory
* lisp/custom.el (custom-theme-directory): Delay initialization, since the value depends on user-emacs-directory (Bug#37256).
This commit is contained in:
parent
a7d47e64aa
commit
ba12c5467d
1 changed files with 1 additions and 0 deletions
|
@ -1137,6 +1137,7 @@ Every theme X has a property `provide-theme' whose value is \"X-theme\".
|
|||
The command `customize-create-theme' writes theme files into this
|
||||
directory. By default, Emacs searches for custom themes in this
|
||||
directory first---see `custom-theme-load-path'."
|
||||
:initialize #'custom-initialize-delay
|
||||
:type 'string
|
||||
:group 'customize
|
||||
:version "22.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue