Variable: hibtypes-git-use-magit-flag
hibtypes-git-use-magit-flag is a customizable variable defined in
hib-social.el.
Value
nil
Documentation
Non-nil means use magit rather than dired for a git directory button.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-social.el
(defcustom hibtypes-git-use-magit-flag nil
"Non-nil means use `magit' rather than `dired' for a git directory button."
:type 'boolean
:group 'hyperbole-buttons)