Move Forge leader binding to magit/+evil-bindings
This commit is contained in:
parent
0d3c8e3d9a
commit
b796ad76cc
2 changed files with 8 additions and 4 deletions
4
modules/tools/magit/+evil-bindings.el
Normal file
4
modules/tools/magit/+evil-bindings.el
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
;;; tools/magit/+evil-bindings.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(map! :leader
|
||||||
|
:desc "Forge" "gF" #'forge-dispatch)
|
|
@ -104,7 +104,7 @@ what features are available.")
|
||||||
|
|
||||||
(def-package! forge
|
(def-package! forge
|
||||||
:when (featurep! :tools magit +forge)
|
:when (featurep! :tools magit +forge)
|
||||||
:after magit
|
:after magit)
|
||||||
:config
|
|
||||||
(map! :leader
|
(when (featurep! :feature evil)
|
||||||
:desc "Forge" "gF" #'forge-dispatch))
|
(load! "+evil-bindings"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue