# HG changeset patch # User Augie Fackler # Date 1270584149 18000 # Node ID cf3ba8f574342a959aeb7c39e89377fd2c884439 # Parent 0ab568ab2b1b7744b4493ec566309d0f203b7b5a emacs: let ipython know we have a dark background diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el --- 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)