diff --git a/org-contacts.el b/org-contacts.el index 945435e..ec26017 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -698,7 +698,7 @@ description." (completion-table-dynamic (lambda (_) (mapcar - (lambda (contact) (plist-get contact :name)) + (lambda (contact) (concat "@" (plist-get contact :name))) (org-contacts--all-contacts)))) ;; :predicate 'stringp