From 7614fa1050ac6f83d110bd7c3d02334ae8021472 Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 18 Nov 2022 14:15:35 -0500 Subject: [PATCH] Fixed magit-quit-session --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index d75846a..3237986 100644 --- a/init.el +++ b/init.el @@ -226,7 +226,7 @@ Stolen from http://whattheemacsd.com" "Restores the previous window configuration and kills the magit buffer. Stolen from http://whattheemacsd.com" (interactive) - (kill-buffer) + (kill-matching-buffers "magit" nil t) (jump-to-register :magit-fullscreen)) (defun smart-beginning-of-line () -- 2.39.5