Variable: forge-post-fallback-directory
forge-post-fallback-directory is a customizable variable defined in
forge-post.el.
Value
"~/.emacs.d/forge-drafts/"
Documentation
Directory used to store post drafts for locally unavailable repositories.
Normally drafts are stored inside the Git directory. If that does not exist (or its location is unknown), then this directory is used instead.
This variable was added, or its default value changed, in forge version 0.4.7.
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-post.el
(defcustom forge-post-fallback-directory
(locate-user-emacs-file "forge-drafts/")
"Directory used to store post drafts for locally unavailable repositories.
Normally drafts are stored inside the Git directory. If that does not
exist (or its location is unknown), then this directory is used instead."
:package-version '(forge . "0.4.7")
:group 'forge
:type 'directory)