From b45ce763cacbbf0fa3a77ad52bdbe5ba44f35b21 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 20 Sep 2024 23:13:13 -0700 Subject: [PATCH] Make magit a popper popup --- thoom-emacs/modules/thoom-tweaks.el | 1 + 1 file changed, 1 insertion(+) diff --git a/thoom-emacs/modules/thoom-tweaks.el b/thoom-emacs/modules/thoom-tweaks.el index a35fde0..df18be0 100644 --- a/thoom-emacs/modules/thoom-tweaks.el +++ b/thoom-emacs/modules/thoom-tweaks.el @@ -144,6 +144,7 @@ "Output\\*$" "\\*Async Shell Command\\*" help-mode + magit-status-mode compilation-mode)) (popper-mode +1) (popper-echo-mode +1))