We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afad72 commit 63a235dCopy full SHA for 63a235d
modules/me-vc.el
@@ -55,8 +55,10 @@
55
"fs" #'forge-edit-topic-state
56
"fd" #'forge-edit-topic-draft)
57
:custom
58
- (forge-database-connector (if (+emacs-features-p 'sqlite3) 'sqlite-builtin 'sqlite))
59
- (forge-database-file (concat minemacs-local-dir "forge/database.sqlite")))
+ (forge-database-file (concat minemacs-local-dir "forge/database.sqlite"))
+ :config
60
+ (transient-append-suffix 'forge-dispatch "M"
61
+ '("m" "forge merge (via API)" forge-merge)))
62
63
(use-package emojify ;; Needed by `code-review'
64
:straight t
0 commit comments