From 6c1f556ca6d5bf1cb0c995496a956d7aeacc775e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 5 Jul 2024 13:50:04 +0200 Subject: [PATCH] feat: python repl in popper --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index b52c9cc..e00109e 100644 --- a/init.el +++ b/init.el @@ -512,6 +512,7 @@ "\\*Async Shell Command\\*" ;; "^\\*Embark Collect: " "\\*vterm\\*" + "\\*Python\\*" "\\*MATLAB\\*" compilation-mode)) :config -- 2.48.1