Skip to content

Commit 8a88de5

Browse files
committed
Group together custom groups
1 parent 449f316 commit 8a88de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org-zotxt.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ If nil, the user is prompted to choose each time.
4545
4646
A selected default method can be bypassed by giving a double
4747
prefix argument (C-u C-u) to `org-zotxt-insert-reference-link'"
48-
:group 'org-zotxt
48+
:group 'zotxt
4949
:type (append '(choice) '((const :tag "Choose each time" nil))
5050
(mapcar
5151
(lambda (c) (list 'const :tag (car c) (cdr c)))
5252
zotxt-quicksearch-method-names)))
5353

5454
(defcustom org-zotxt-noter-zotero-link "ZOTERO_LINK"
5555
"Default property name for zotero link."
56-
:group 'org-zotxt
56+
:group 'zotxt
5757
:type 'string)
5858

5959
(defun org-zotxt-extract-link-id-at-point ()

0 commit comments

Comments
 (0)