mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1076 from filalex77/magit-forge
[tools/magit] Add magit-forge
This commit is contained in:
@ -629,7 +629,9 @@
|
||||
:desc "Git stage file" "S" #'magit-stage-file
|
||||
:desc "Git unstage file" "U" #'magit-unstage-file
|
||||
:desc "Magit push popup" "p" #'magit-push-popup
|
||||
:desc "Magit pull popup" "P" #'magit-pull-popup)
|
||||
:desc "Magit pull popup" "P" #'magit-pull-popup
|
||||
(:when (featurep! :tools magit +forge)
|
||||
:desc "Forge dispatch" "F" #'forge-dispatch))
|
||||
(:when (featurep! :tools gist)
|
||||
:desc "List gists" "G" #'+gist:list))
|
||||
|
||||
|
Reference in New Issue
Block a user