(widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
This commit is contained in:
parent
5525fa30ac
commit
0f93648428
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ respectively."
|
|||
;;; Images.
|
||||
|
||||
(defcustom widget-image-directory (file-name-as-directory
|
||||
(expand-file-name "custom" data-directory))
|
||||
(expand-file-name "images/custom" data-directory))
|
||||
"Where widget button images are located.
|
||||
If this variable is nil, widget will try to locate the directory
|
||||
automatically."
|
||||
|
|
Loading…
Add table
Reference in a new issue