emacs: Force py-shell to start ipython with the right colours.
[profile] / emacs
diff --git a/emacs b/emacs
index 5e3d2e7..50a5b7b 100644 (file)
--- a/emacs
+++ b/emacs
 
 (setq-default py-indent-offset 2)
 (add-hook 'python-mode-hook 'mdw-fontify-python t)
+(setq py-python-command-args `("-i" "-colors" ,(if mdw-black-background
+                                                  "Linux"
+                                                "LightBG")))
 
 (setq-default tcl-indent-level 2)
 (add-hook 'tcl-mode-hook 'mdw-fontify-tcl t)