tree: remove defcustom :group keywords
This commit is contained in:
parent
59c161560a
commit
ab1fce78d8
2 changed files with 5 additions and 14 deletions
|
@ -43,19 +43,15 @@
|
|||
|
||||
(defcustom phobos-browser "xdg-open"
|
||||
"Web browser to use when opening documentation with `phobos'."
|
||||
:group 'phobos
|
||||
:type 'string)
|
||||
(defcustom phobos-root "https://dlang.org/library"
|
||||
"Root URL to use when viewing documentation with `phobos'."
|
||||
:group 'phobos
|
||||
:type 'string)
|
||||
(defcustom phobos-dpldocs-domain "dpldocs.info"
|
||||
"Root domain to use when viewing documentation on dub packages with `dub-doc'."
|
||||
:group 'phobos
|
||||
:type 'string)
|
||||
(defcustom phobos-registry-root "https://code.dlang.org"
|
||||
"Root URL of the D package registry used with `describe-dub-package'."
|
||||
:group 'phobos
|
||||
:type 'string)
|
||||
|
||||
(defun phobos--visit (&rest format-args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue