comparison .elisp/settings/50.preferences.el @ 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 e4842709368a
comparison
equal deleted inserted replaced
193:0ab568ab2b1b 194:cf3ba8f57434
23 (cursor-type . box) 23 (cursor-type . box)
24 (foreground-color . "white") 24 (foreground-color . "white")
25 (background-color . "black") 25 (background-color . "black")
26 ) 26 )
27 ) 27 )
28
29 ;; tell ipython we have a dark background
30 (setq py-python-command-args (quote ("-i")))
31
28 ; always highlight matching paren 32 ; always highlight matching paren
29 (show-paren-mode 1) 33 (show-paren-mode 1)
30 34
31 ;; Automatically revert unedited files that change on the underlying 35 ;; Automatically revert unedited files that change on the underlying
32 ;; system. 36 ;; system.