Skip to content

Commit

Permalink
helm
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jan 24, 2022
1 parent b55fd25 commit c00975f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vdirel-helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(require 'vdirel)
(require 'helm)

(defun vdirel--helm-insert-contact-email (candidate)
(defun vdirel-helm--insert-contact-email (candidate)
"Print selected contacts as comma-separated text.
CANDIDATE is ignored."
(ignore candidate)
Expand All @@ -54,9 +54,9 @@ CANDIDATE is ignored."
:prompt "Contacts: "
:sources
(helm-build-sync-source "Contacts"
:candidates (vdirel--email-candidates (vdirel--cache-contacts repository))
:action (helm-make-actions
"Insert" #'vdirel--helm-insert-contact-email))))
:candidates (vdirel--email-candidates (vdirel--cache-contacts repository))
:action (helm-make-actions
"Insert" #'vdirel-helm--insert-contact-email))))

(provide 'vdirel-helm)

Expand Down

0 comments on commit c00975f

Please sign in to comment.