Variable: hyrolo-google-contacts-flag
hyrolo-google-contacts-flag is a customizable variable defined in
hyrolo.el.
Value
t
Documentation
Non-nil means search Google Contacts on each hyrolo query.
The google-contact package must be loaded and a gpg encryption executable must be found as well (for Oauth security).
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-google-contacts-flag t
"Non-nil means search Google Contacts on each hyrolo query.
The google-contact package must be loaded and a gpg encryption
executable must be found as well (for Oauth security)."
:type 'boolean
:group 'hyperbole-hyrolo)