From da1124f33c8c706a78b581c3767296892f20230d Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Sat, 12 Apr 2025 09:47:59 +0200 Subject: [PATCH] Fix magit keybindings --- config.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.el b/config.el index a47e6ab..2c813d0 100644 --- a/config.el +++ b/config.el @@ -140,6 +140,12 @@ ;; Select next occurences of a word (global-set-key (kbd "C-d") 'mc/mark-next-like-this-symbol) +;; ============================================================== +;; Coq +;; ============================================================== + +(after! magit + (setq magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) ;; ============================================================== ;; Coq