Fix a couple eww customization types
* lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory): Change customization type to "directory".
This commit is contained in:
parent
107a0c4caa
commit
2d07895151
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
"Directory where files will downloaded."
|
||||
:version "24.4"
|
||||
:group 'eww
|
||||
:type 'string)
|
||||
:type 'directory)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom eww-suggest-uris
|
||||
|
@ -81,7 +81,7 @@ duplicate entries (if any) removed."
|
|||
"Directory where bookmark files will be stored."
|
||||
:version "25.1"
|
||||
:group 'eww
|
||||
:type 'string)
|
||||
:type 'directory)
|
||||
|
||||
(defcustom eww-desktop-remove-duplicates t
|
||||
"Whether to remove duplicates from the history when saving desktop data.
|
||||
|
|
Loading…
Add table
Reference in a new issue