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