mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Autoload forge-create-{pullreq,issue}
This commit is contained in:
@ -74,6 +74,7 @@
|
|||||||
;; We defer loading even further because forge's dependencies will try to
|
;; We defer loading even further because forge's dependencies will try to
|
||||||
;; compile emacsql, which is a slow and blocking operation.
|
;; compile emacsql, which is a slow and blocking operation.
|
||||||
:after-call magit-status
|
:after-call magit-status
|
||||||
|
:commands forge-create-pullreq forge-create-issue
|
||||||
:init
|
:init
|
||||||
(setq forge-database-file (concat doom-etc-dir "forge/forge-database.sqlite"))
|
(setq forge-database-file (concat doom-etc-dir "forge/forge-database.sqlite"))
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user