Function: forge-connect-database-once
forge-connect-database-once is a byte-compiled function defined in
forge-db.el.
Signature
(forge-connect-database-once)
Documentation
Try to connect Forge database on first use of magit-status only.
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-db.el
(defun forge-connect-database-once ()
"Try to connect Forge database on first use of `magit-status' only."
(remove-hook 'magit-status-mode-hook #'forge-connect-database-once)
(forge-db))