From e7c30fecfd31b51030920480a1a9e85d4bc58e55 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Tue, 24 Aug 2021 17:43:57 +0200 Subject: [PATCH] Set correct ipython prompt for win32 --- bundle/custom_win32.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 00059ecd..66e6f0e3 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -17,7 +17,7 @@ '(package-selected-packages '(markdown-mode erc-image geiser-racket all-the-icons-ivy-rich-mode all-the-icons-ivy-rich all-the-icons-dired doom-themes atom-one-dark-theme geiser all-the-icons powershell counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window)) '(python-shell-interpreter "ipython") - '(python-shell-interpreter-args "--simple-prompt -i") + '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(tetris-x-colors [[229 192 123] [97 175 239]