Move Forge leader binding to magit/+evil-bindings

This commit is contained in:
Oleksii Filonenko 2019-01-10 13:15:54 +02:00
parent 0d3c8e3d9a
commit b796ad76cc
No known key found for this signature in database
GPG key ID: F3510FE5691629A1
2 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,4 @@
;;; tools/magit/+evil-bindings.el -*- lexical-binding: t; -*-
(map! :leader
:desc "Forge" "gF" #'forge-dispatch)

View file

@ -104,7 +104,7 @@ what features are available.")
(def-package! forge
:when (featurep! :tools magit +forge)
:after magit
:config
(map! :leader
:desc "Forge" "gF" #'forge-dispatch))
:after magit)
(when (featurep! :feature evil)
(load! "+evil-bindings"))