From: rearman Date: Fri, 18 Nov 2022 19:15:35 +0000 (-0500) Subject: Fixed magit-quit-session X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=7614fa1050ac6f83d110bd7c3d02334ae8021472;p=emacsinit.git Fixed magit-quit-session --- 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 ()