Variable: hibtypes-social-default-service
hibtypes-social-default-service is a customizable variable defined in
hib-social.el.
Value
"x"
Documentation
Lowercase string matching the social media service to use as a default.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-social.el
(defcustom hibtypes-social-default-service "x"
"Lowercase string matching the social media service to use as a default."
:type '(radio (const "facebook")
(const "git")
(const "github")
(const "gitlab")
(const "instagram")
(const "twitter")
(const "x"))
:group 'hyperbole-buttons)