changeset 194:cf3ba8f57434

emacs: let ipython know we have a dark background
author Augie Fackler <durin42@gmail.com>
date Tue, 06 Apr 2010 15:02:29 -0500
parents 0ab568ab2b1b
children e1a49db5c6ff
files .elisp/settings/50.preferences.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -25,6 +25,10 @@
         (background-color . "black")
         )
       )
+
+;; tell ipython we have a dark background
+(setq py-python-command-args (quote ("-i")))
+
 ; always highlight matching paren
 (show-paren-mode 1)