mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move Forge binding to config/default/+evil-bindings
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
;;; tools/magit/+evil-bindings.el -*- lexical-binding: t; -*-
|
||||
|
||||
(map! :leader
|
||||
:desc "Forge" "gF" #'forge-dispatch)
|
@ -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"))
|
||||
|
Reference in New Issue
Block a user