Add capf completion properties
This commit is contained in:
parent
39c7aba7dc
commit
aaf9ce8bd0
1 changed files with 3 additions and 3 deletions
|
@ -691,10 +691,10 @@ Usage: (add-hook 'completion-at-point-functions 'org-contacts-org-complete-funct
|
|||
(lambda (contact) (concat "@" (plist-get contact :name)))
|
||||
(org-contacts--all-contacts))))
|
||||
|
||||
;; :predicate 'stringp
|
||||
;; :exclusive 'no
|
||||
:predicate 'stringp
|
||||
:exclusive 'no
|
||||
;; properties check out `completion-extra-properties'
|
||||
;; :annotation-function #'org-contacts-org-complete--annotation-function
|
||||
:annotation-function #'org-contacts-org-complete--annotation-function
|
||||
;; :exit-function ; TODO change completion candidate inserted contact name into org-contact link??
|
||||
|
||||
;; :company-docsig #'identity ; metadata
|
||||
|
|
Loading…
Reference in a new issue