[Emacs] Make sure Forge keybinds are integrated with Magit
This commit is contained in:
parent
143161387a
commit
8971a5b868
@ -2624,6 +2624,8 @@ doing and what Git is doing! In short, I absolutely love it!
|
|||||||
(use-package magit
|
(use-package magit
|
||||||
:straight (:build t)
|
:straight (:build t)
|
||||||
:defer t
|
:defer t
|
||||||
|
:init
|
||||||
|
(setq forge-add-default-bindings t)
|
||||||
:custom
|
:custom
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user