mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix def-package for magit/forge
- add :after magit - fix space position after "Forge"
This commit is contained in:
@ -104,6 +104,7 @@ what features are available.")
|
||||
|
||||
(def-package! forge
|
||||
:when (featurep! :tools magit +forge)
|
||||
:after magit
|
||||
:config
|
||||
(map! :leader
|
||||
:desc "Forge" "gF" #'forge-dispatch))
|
||||
|
Reference in New Issue
Block a user