Move Forge binding to config/default/+evil-bindings

This commit is contained in:
Oleksii Filonenko 2019-01-11 15:00:24 +02:00
parent b796ad76cc
commit 5287c48092
No known key found for this signature in database
GPG key ID: F3510FE5691629A1
3 changed files with 3 additions and 8 deletions

View file

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

View file

@ -105,6 +105,3 @@ what features are available.")
(def-package! forge
:when (featurep! :tools magit +forge)
:after magit)
(when (featurep! :feature evil)
(load! "+evil-bindings"))