Variable: hypb:fgrep-git-log-mode-abbrev-table

hypb:fgrep-git-log-mode-abbrev-table is a variable defined in hypb.el.

Value

#<obarray n=1>

Documentation

Abbrev table for hypb:fgrep-git-log-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(define-derived-mode hypb:fgrep-git-log-mode compilation-mode "Fgrep-Git-Log"
  "Major mode for listing a matching set of git commits for selection and display.
Mode is derived from `compilation-mode'.  Turning on
Fgrep-Git-Log mode runs the normal hook `compilation-mode-hook'."
  (setq-local next-error-function #'hypb:fgrep-git-log-activate))