summary refs log tree commit diff
path: root/emacs/custom/my-lang-python.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-18 18:53:53 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-18 18:53:53 -0800
commit6a8c5c808524bf9ef1e733b3d858d4b01d684063 (patch)
treee5d7004470f27c0abd79c7252cd8817864b6c249 /emacs/custom/my-lang-python.el
parentref(ui): use the default color scheme (diff)
downloademacs.d-6a8c5c808524bf9ef1e733b3d858d4b01d684063.tar.gz
ref(python): use ipython as the interpreter
Change-Id: I034fa42542277ce41aabcfd03e2086da80dd97dd
Diffstat (limited to 'emacs/custom/my-lang-python.el')
-rw-r--r--emacs/custom/my-lang-python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-lang-python.el b/emacs/custom/my-lang-python.el
index 04f3d00..10c1cd9 100644
--- a/emacs/custom/my-lang-python.el
+++ b/emacs/custom/my-lang-python.el
@@ -7,6 +7,7 @@
 
 (require 'python)
 
+(setq python-interpreter "ipython3")
 (setq python-shell-interpreter "python3")
 (setq python-shell-interpreter-args "-i")