[Emacs] Make sure Forge keybinds are integrated with Magit

This commit is contained in:
Lucien Cartier-Tilet 2022-05-17 17:24:27 +02:00
parent 143161387a
commit 8971a5b868
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 0 deletions

View File

@ -2624,6 +2624,8 @@ doing and what Git is doing! In short, I absolutely love it!
(use-package magit
:straight (:build t)
:defer t
:init
(setq forge-add-default-bindings t)
:custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
:config